From d166b02ea9c168f75b4cd0779f0e704cba3ed616 Mon Sep 17 00:00:00 2001 From: avicenan Date: Mon, 23 Feb 2026 08:47:44 +0700 Subject: [PATCH] chore: swagger host to https --- config/stag.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/stag.json b/config/stag.json index 7ea8499..6b50634 100644 --- a/config/stag.json +++ b/config/stag.json @@ -8,13 +8,13 @@ "server": { "port": "7001", "host": "0.0.0.0", - "host_swagger": "http://his.shiblysolution.id/service-user/", + "host_swagger": "https://his.shiblysolution.id/service-user/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", "cors": "*", "ssl": { - "enable": false, + "enable": true, "cert": "", "key": "" } @@ -31,10 +31,10 @@ "auth": { "refresh_token_lifetime_day": 1, "access_token_lifetime": 86400, - "reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/" + "reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/" }, "service": { "notification": "http://127.0.0.1:7004/", - "hrms": "https://tcelanatl.shiblysolution.id/hrms/" + "hrms": "https://his.shiblysolution.id/hrms/" } }