36 lines
697 B
JSON
36 lines
697 B
JSON
{
|
|
"app": {
|
|
"name": "Service Master Data",
|
|
"description": "Master data — local Docker stack",
|
|
"version": "1.0.0",
|
|
"env": "Docker"
|
|
},
|
|
"server": {
|
|
"port": "7002",
|
|
"host": "0.0.0.0",
|
|
"host_swagger": "http://localhost:9080/service-master-data/",
|
|
"max_body": "50mb",
|
|
"max_upload": 104857600,
|
|
"morgan": "combined",
|
|
"cors": "*",
|
|
"ssl": {
|
|
"enable": false,
|
|
"cert": "",
|
|
"key": ""
|
|
}
|
|
},
|
|
"database": {
|
|
"engine": "postgres",
|
|
"host": "postgres",
|
|
"port": "5432",
|
|
"username": "saude_local",
|
|
"password": "saude_local",
|
|
"database": "saude_local",
|
|
"synchronize": true,
|
|
"logging": true
|
|
},
|
|
"service": {
|
|
"file": "http://localhost:9080/service-file/api/"
|
|
}
|
|
}
|