From a68cf5b04c4121e87d536287ce0d497c4137b5aa Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Thu, 11 Jun 2026 13:23:31 +0700 Subject: [PATCH] update --- config/default.json | 12 ++++++++++++ config/stag.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/config/default.json b/config/default.json index 64e6364..b5456e4 100644 --- a/config/default.json +++ b/config/default.json @@ -28,5 +28,17 @@ "database": "saude_stag", "synchronize": true, "logging": true + }, + "auth": { + "refresh_token_lifetime_day": 1, + "access_token_lifetime": 86400 + }, + "service": { + "file": "https://his.shiblysolution.id/service-file/api/", + "notification": "http://127.0.0.1:7018/", + "user": "https://tcelanatl.shiblysolution.id/api/u/", + "file_url": "https://his.shiblysolution.id/file/saude/", + "tcel": "http://127.0.0.1:4028/", + "kartaun": "http://127.0.0.1:7017/service-kartaun-edc/api/" } } diff --git a/config/stag.json b/config/stag.json index 089e655..7ed4f77 100644 --- a/config/stag.json +++ b/config/stag.json @@ -27,5 +27,17 @@ "password": "gM*#o>3W4&5X", "database": "saude_stag", "logging": true + }, + "auth": { + "refresh_token_lifetime_day": 1, + "access_token_lifetime": 86400 + }, + "service": { + "file": "https://his.shiblysolution.id/service-file/api/", + "notification": "http://127.0.0.1:7018/", + "user": "https://tcelanatl.shiblysolution.id/api/u/", + "file_url": "https://his.shiblysolution.id/file/saude/", + "tcel": "http://127.0.0.1:4028/", + "kartaun": "http://127.0.0.1:7017/service-kartaun-edc/api/" } }