Files
2026-06-11 13:23:31 +07:00

44 lines
1.0 KiB
JSON

{
"app": {
"name": "Service Master Data",
"description": "Purpose of this service is to provide master data, master data and etc",
"version": "1.0.0",
"env": "Staging"
},
"server": {
"port": "7002",
"host": "0.0.0.0",
"host_swagger": "https://his.shiblysolution.id/service-master-data/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": false,
"cert": "",
"key": ""
}
},
"database": {
"engine": "postgres",
"host": "172.17.0.1",
"port": "4137",
"username": "saude_stag",
"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/"
}
}