33 lines
824 B
JSON
33 lines
824 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": "Development"
|
|
},
|
|
"server": {
|
|
"port": "7010",
|
|
"host": "0.0.0.0",
|
|
"host_swagger": "http://127.0.0.1:7010",
|
|
"max_body": "50mb",
|
|
"max_upload": 104857600,
|
|
"morgan": "combined",
|
|
"cors": "*",
|
|
"ssl": {
|
|
"enable": false,
|
|
"cert": "",
|
|
"key": ""
|
|
}
|
|
},
|
|
"database": {
|
|
"engine": "postgres",
|
|
"host": "127.0.0.1",
|
|
"port": "15432",
|
|
"username": "tcel_staging",
|
|
"password": "fK*#o>1W2&6f",
|
|
"database": "tcel_anatl_staging",
|
|
"synchronize": true,
|
|
"logging": true
|
|
}
|
|
}
|