Files
service-user-revenue/config/stag.json
2026-06-22 11:44:10 +09:00

41 lines
926 B
JSON

{
"app": {
"name": "Service User",
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
"version": "1.0.0",
"env": "Staging"
},
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "https://his.shiblysolution.id/service-user/",
"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": 30,
"access_token_lifetime": 2592000,
"reset_password_url": "https://his.shiblysolution.id/ukln/auth/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:7004/",
"hrms": "https://his.shiblysolution.id/hrms/"
}
}