diff --git a/config/prod.json b/config/prod.json index 0d0f6f0..d43bdc0 100644 --- a/config/prod.json +++ b/config/prod.json @@ -35,7 +35,7 @@ "reset_password_url": "https://histl.hngv/auth/reset-password/" }, "service": { - "notification": "http://172.16.10.10:7004/", - "hrms": "https://histl.hngv/api/service-hrms/" + "notification": "http://127.0.0.1:7018/", + "hrms": "http://127.0.0.1:7011/" } }