diff --git a/config/parametres_comex.ini b/config/parametres_comex.ini
index 265bfd2ed196ac86ec809b024f5319943633de57..4ee100cdea8664239e68cc38e079eb41b3a80077 100644
--- a/config/parametres_comex.ini
+++ b/config/parametres_comex.ini
@@ -5,7 +5,7 @@ COMEX_PORT=9090
 
 # that's how much we'll log from services: DEBUG|INFO|WARNING|ERROR
 LOG_LEVEL=DEBUG
-LOG_FILE=/home/romain/comex/comex2/services.log
+LOG_FILE=services.log
 
 [routes]
 PREFIX=/services
@@ -15,11 +15,10 @@ API_ROUTE=/api
 # NB: prefix should match your nginx/apache reverse proxy conf
 
 [backends]
-
 # local address of mysql subservice for the comex_shared database
-SQL_HOST=172.18.0.2
+SQL_HOST=172.20.0.3
 SQL_PORT=3306
 
 # local or wan address of doors subservice for client authentication credentials
-DOORS_HOST=0.0.0.0
+DOORS_HOST=134.158.75.71
 DOORS_PORT=80