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

36 lines
757 B
JSON

{
"app": {
"name": "Service Master Data",
"description": "Purpose of this service is to provide master data product, master data suco and etc",
"version": "1.0.0",
"env": "Production"
},
"server": {
"port": "7002",
"host": "0.0.0.0",
"host_swagger": "https://histl.hngv/api/service-master-data/",
"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
},
"service": {
"file": "http://127.0.0.1:7019/api/"
}
}