Files
service-master-data-revenue/config/prod.json
2025-01-01 23:21:17 +07:00

32 lines
847 B
JSON

{
"app": {
"name": "Service Master Data test",
"description": "Purpose of this service is to provide master data product, master data suco and etc",
"version": "1.0.0",
"env": "Production"
},
"server": {
"port": "4010",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/m/",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
"cors": "*",
"ssl": {
"enable": false,
"cert": "",
"key": ""
}
},
"database": {
"engine": "postgres",
"host": "172.16.11.202",
"port": "5432",
"username": "bri_production",
"password": "44jTPj54%6<£",
"database": "bri_erp_production",
"logging": false
}
}