diff --git a/config/default.json b/config/default.json index ad4f0a3..4052318 100644 --- a/config/default.json +++ b/config/default.json @@ -6,9 +6,9 @@ "env": "Development" }, "server": { - "port": "4001", + "port": "7001", "host": "0.0.0.0", - "host_swagger": "http://127.0.0.1:4001", + "host_swagger": "http://127.0.0.1:7001", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -22,11 +22,11 @@ "database": { "engine": "postgres", "host": "127.0.0.1", - "port": "3324", - "username": "bri_staging", + "port": "15432", + "username": "tcel_staging", "password": "fK*#o>1W2&6f", - "database": "bri_erp_staging", - "synchronize": false, + "database": "tcel_anatl_staging", + "synchronize": true, "logging": true }, "auth": { diff --git a/config/prod.json b/config/prod.json index 245932f..a16982c 100644 --- a/config/prod.json +++ b/config/prod.json @@ -6,7 +6,7 @@ "env": "Production" }, "server": { - "port": "4001", + "port": "7001", "host": "0.0.0.0", "host_swagger": "https://brilianapps.britimorleste.tl/test/u", "max_body": "50mb", @@ -23,9 +23,9 @@ "engine": "postgres", "host": "172.16.11.202", "port": "5432", - "username": "bri_production", - "password": "44jTPj54%6<£", - "database": "bri_erp_production", + "username": "tcel_staging", + "password": "fK*#o>1W2&6f", + "database": "tcel_anatl_staging", "logging": false }, "auth": { diff --git a/config/stag.json b/config/stag.json index 6c5f6a2..a04a70b 100644 --- a/config/stag.json +++ b/config/stag.json @@ -6,9 +6,9 @@ "env": "Staging" }, "server": { - "port": "4001", + "port": "7001", "host": "0.0.0.0", - "host_swagger": "https://brilianapps.shiblysolution.id/test/u/", + "host_swagger": "https://tcelanatl.shiblysolution.id/test/u/", "max_body": "50mb", "max_upload": 104857600, "morgan": "combined", @@ -23,18 +23,18 @@ "engine": "postgres", "host": "172.16.11.202", "port": "5432", - "username": "bri_staging", + "username": "tcel_staging", "password": "fK*#o>1W2&6f", - "database": "bri_erp_staging", + "database": "tcel_anatl_staging", "logging": true }, "auth": { "refresh_token_lifetime_day": 1, "access_token_lifetime": 86400, - "reset_password_url": "https://brilianapps.shiblysolution.id/ukln/auth/reset-password/" + "reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/" }, "service": { "notification": "http://127.0.0.1:4008/", - "hrms": "https://brilianapps.shiblysolution.id/hrms/" + "hrms": "https://tcelanatl.shiblysolution.id/hrms/" } }