Files
Narul Hidayah bce6ebd12f upd prod.json
2026-06-23 23:55:49 +09:00

42 lines
934 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": "Production"
},
"server": {
"port": "7001",
"host": "0.0.0.0",
"host_swagger": "https://histl.hngv/api/service-user/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": false,
"cert": "",
"key": ""
}
},
"database": {
"engine": "postgres",
"host": "172.16.10.11",
"port": "5432",
"username": "saude_production",
"password": "y0BZQ6of14OULYnb",
"database": "saude_production",
"synchronize": true,
"logging": true
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 2592000,
"reset_password_url": "https://histl.hngv/auth/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:7018/",
"hrms": "http://127.0.0.1:7011/"
}
}