line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.06k stars 150 forks source link

[QUESTION] Promgen ALLOWED_HOSTS #363

Open jmanriquecruz opened 3 years ago

jmanriquecruz commented 3 years ago

318 Hi, I have the same error, I tried to set ALLOWED_HOST but nothing has worked for me

image

Server

image

image

kfdm commented 3 years ago

In your case, can you try quoting it so that the shell does not escape things?

-e ALLOWED_HOSTS="*"