Files
service-user-revenue/config/default.json
2025-11-02 12:21:37 +07:00

42 lines
943 B
JSON

{
"app": {
"name": "Service Users",
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
"version": "1.0.0",
"env": "Development"
},
"server": {
"port": "4001",
"host": "0.0.0.0",
"host_swagger": "http://127.0.0.1:4001",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": false,
"cert": "",
"key": ""
}
},
"database": {
"engine": "postgres",
"host": "127.0.0.1",
"port": "3324",
"username": "bri_staging",
"password": "fK*#o>1W2&6f",
"database": "bri_erp_staging",
"synchronize": false,
"logging": true
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400,
"reset_password_url": "https://bri-dev.shiblysolution.id/auth/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:4008/",
"hrms": "https://brilianapps.shiblysolution.id/hrms/"
}
}