fix(config): update production app and database hosts
App server 192.168.80.129, database 192.168.80.130. Co-authored-by: Cursor <cursoragent@cursor.com>
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": "http://192.168.80.133/service-user/",
|
"host_swagger": "http://192.168.80.129/service-user/",
|
||||||
"max_body": "50mb",
|
"max_body": "50mb",
|
||||||
"max_upload": 104857600,
|
"max_upload": 104857600,
|
||||||
"morgan": "combined",
|
"morgan": "combined",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
"engine": "postgres",
|
"engine": "postgres",
|
||||||
"host": "192.168.80.134",
|
"host": "192.168.80.130",
|
||||||
"port": "5432",
|
"port": "5432",
|
||||||
"username": "saude_production",
|
"username": "saude_production",
|
||||||
"password": "y0BZQ6of14OULYnb",
|
"password": "y0BZQ6of14OULYnb",
|
||||||
|
|||||||
Reference in New Issue
Block a user