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/" } }