diff --git a/config/stag.json b/config/stag.json index 76b1caa..7f933f0 100644 --- a/config/stag.json +++ b/config/stag.json @@ -8,7 +8,7 @@ "server": { "port": "4001", "host": "0.0.0.0", - "host_swagger": "http://bri-dev.shiblysolution.id:4001", + "host_swagger": "http://brilianapps.shiblysolution.id:4001", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -21,16 +21,16 @@ }, "database": { "engine": "postgres", - "host": "172.19.174.193", + "host": "172.16.11.202", "port": "5432", - "username": "postgres", - "password": "r00t@dm1n05", - "database": "bri_erp" + "username": "bri_staging", + "password": "fK*#o>1W2&6f", + "database": "bri_erp_staging" }, "auth": { "refresh_token_lifetime_day": 30, "access_token_lifetime": 86400, - "reset_password_url": "https://bri-dev.shiblysolution.id/auth/reset-password/" + "reset_password_url": "https://brilianapps.shiblysolution.id/ukln/s/auth/reset-password/" }, "service": { "notification": "http://127.0.0.1:4008/"