update config prod.json
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": "7001",
|
"port": "7001",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"host_swagger": "https://tcelanatl.shiblysolution.id/test/u",
|
"host_swagger": "http://192.168.1.72/service-user/",
|
||||||
"max_body": "50mb",
|
"max_body": "50mb",
|
||||||
"max_upload": 104857600,
|
"max_upload": 104857600,
|
||||||
"morgan": "combined",
|
"morgan": "combined",
|
||||||
@ -21,11 +21,11 @@
|
|||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
"engine": "postgres",
|
"engine": "postgres",
|
||||||
"host": "172.16.11.202",
|
"host": "192.168.1.73",
|
||||||
"port": "5432",
|
"port": "5432",
|
||||||
"username": "tcel_staging",
|
"username": "saude_production",
|
||||||
"password": "fK*#o>1W2&6f",
|
"password": "y0BZQ6of14OULYnb",
|
||||||
"database": "tcel_anatl_staging",
|
"database": "saude_production",
|
||||||
"logging": false
|
"logging": false
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|||||||
Reference in New Issue
Block a user