diff --git a/config/prod.json b/config/prod.json index 739cbb2..83367a7 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7001", "host": "0.0.0.0", - "host_swagger": "http://10.64.1.10:9080/service-user/", + "host_swagger": "https://histl.hngv/service-user/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -31,10 +31,10 @@ "auth": { "refresh_token_lifetime_day": 30, "access_token_lifetime": 2592000, - "reset_password_url": "http://10.64.1.10:9080/auth/reset-password/" + "reset_password_url": "https://histl.hngv/auth/reset-password/" }, "service": { "notification": "http://172.16.10.10:7004/", - "hrms": "http://10.64.1.10:9080/service-hrms/" + "hrms": "https://histl.hngv/service-hrms/" } }