Commit 36f9c10c authored by Romain Loth's avatar Romain Loth

DOORS_HOST for dev is now outside our docker + make LOG_TEE more visible

parent 61f501b1
...@@ -7,6 +7,8 @@ COMEX_PORT=9090 ...@@ -7,6 +7,8 @@ COMEX_PORT=9090
#; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR #; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR
LOG_LEVEL=DEBUG LOG_LEVEL=DEBUG
LOG_FILE=logs/services.log LOG_FILE=logs/services.log
#; also show the log on STDOUT ?
LOG_TEE=true LOG_TEE=true
[routes] [routes]
...@@ -24,8 +26,8 @@ SQL_PORT=3306 ...@@ -24,8 +26,8 @@ SQL_PORT=3306
#; outer address for doors server (doors <=> client authentication) #; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials) #; (used only in ajax context of sending credentials)
DOORS_HOST=172.18.0.3 DOORS_HOST=192.168.1.190
DOORS_PORT=8989 DOORS_PORT=80
[content] [content]
# used for all aggregations queries # used for all aggregations queries
......
...@@ -7,7 +7,9 @@ COMEX_PORT=9090 ...@@ -7,7 +7,9 @@ COMEX_PORT=9090
#; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR #; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR
LOG_LEVEL=INFO LOG_LEVEL=INFO
LOG_FILE=logs/services.log LOG_FILE=logs/services.log
LOG_TEE=false
#; also show the log on STDOUT ?
LOG_TEE=true
[routes] [routes]
PREFIX=/services PREFIX=/services
......
...@@ -7,7 +7,9 @@ COMEX_PORT=9090 ...@@ -7,7 +7,9 @@ COMEX_PORT=9090
#; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR #; that's how much we'll log from services: DEBUG, INFO, WARNING or ERROR
LOG_LEVEL=INFO LOG_LEVEL=INFO
LOG_FILE=logs/services.log LOG_FILE=logs/services.log
LOG_TEE=false
#; also show the log on STDOUT ?
LOG_TEE=true
[routes] [routes]
PREFIX=/services PREFIX=/services
......
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