Commit 4235677e authored by Romain Loth's avatar Romain Loth

COMEX_HOST params not needed anymore (since 74b778d4)

parent c0b475ad
......@@ -3,11 +3,6 @@
#; (cf. http://docs.gunicorn.org/en/stable/settings.html#worker-processes)
COMEX_NWORKERS=2
#; that's where we'll be serving our routes for web server
#; (must match apache/nginx reverse proxy **target**)
COMEX_HOST=0.0.0.0
COMEX_PORT=9090
#; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR
LOG_LEVEL=DEBUG
LOG_FILE=logs/services.log
......
......@@ -3,11 +3,6 @@
#; (cf. http://docs.gunicorn.org/en/stable/settings.html#worker-processes)
COMEX_NWORKERS=8
#; that's where we'll be serving our routes for web server
#; (must match inner nginx reverse proxy **target**)
COMEX_HOST=0.0.0.0
COMEX_PORT=9090
#; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR
LOG_LEVEL=INFO
LOG_FILE=logs/services.log
......
......@@ -3,11 +3,6 @@
#; (cf. http://docs.gunicorn.org/en/stable/settings.html#worker-processes)
COMEX_NWORKERS=8
#; that's where we'll be serving our routes for web server
#; (must match inner nginx reverse proxy **target**)
COMEX_HOST=0.0.0.0
COMEX_PORT=9090
#; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR
LOG_LEVEL=INFO
LOG_FILE=logs/services.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment