diff --git a/config/docker.json b/config/docker.json index f962a48..8e0520f 100644 --- a/config/docker.json +++ b/config/docker.json @@ -36,6 +36,6 @@ }, "service": { "notification": "http://service-cashier:7004/", - "hrms": "http://localhost:9080/service-hrms/" + "hrms": "http://apisix:9080/service-hrms/" } } diff --git a/config/prod.json b/config/prod.json index 83367a7..1080d42 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7001", "host": "0.0.0.0", - "host_swagger": "https://histl.hngv/service-user/", + "host_swagger": "https://histl.hngv/api/service-user/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -26,6 +26,7 @@ "username": "saude_production", "password": "y0BZQ6of14OULYnb", "database": "saude_production", + "synchronize": true, "logging": false }, "auth": { @@ -35,6 +36,6 @@ }, "service": { "notification": "http://172.16.10.10:7004/", - "hrms": "https://histl.hngv/service-hrms/" + "hrms": "https://histl.hngv/api/service-hrms/" } }