diff --git a/config/config.example.yaml b/config/config.example.yaml index f5e400a..1a12b6b 100644 --- a/config/config.example.yaml +++ b/config/config.example.yaml @@ -3,6 +3,10 @@ app: debug: true service: - auth: auth:3002 - backend: backend:3003 - file: file:3004 \ No newline at end of file + auth: localhost:3002 + backend: localhost:3003 + file: localhost:3004 + # Production, when gateway in a container in same network + # auth: auth:3002 + # backend: backend:3003 + # file: file:3004 \ No newline at end of file