diff --git a/config/prod.json b/config/prod.json index 9822280..5e84a38 100644 --- a/config/prod.json +++ b/config/prod.json @@ -8,7 +8,7 @@ "server": { "port": "7002", "host": "0.0.0.0", - "host_swagger": "https://brilianapps.britimorleste.tl/test/m/", + "host_swagger": "http://192.168.1.72/service-master-data/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -21,11 +21,11 @@ }, "database": { "engine": "postgres", - "host": "172.16.11.202", + "host": "192.168.1.73", "port": "5432", - "username": "tcel_staging", - "password": "fK*#o>1W2&6f", - "database": "tcel_anatl_staging", + "username": "saude_production", + "password": "y0BZQ6of14OULYnb", + "database": "saude_production", "logging": false } }