initial setup

This commit is contained in:
Narul Hidayah
2025-12-30 20:25:59 +07:00
parent fe6332410d
commit adea6d3165
3 changed files with 16 additions and 16 deletions

View File

@ -6,9 +6,9 @@
"env": "Development" "env": "Development"
}, },
"server": { "server": {
"port": "4001", "port": "7001",
"host": "0.0.0.0", "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_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
@ -22,11 +22,11 @@
"database": { "database": {
"engine": "postgres", "engine": "postgres",
"host": "127.0.0.1", "host": "127.0.0.1",
"port": "3324", "port": "15432",
"username": "bri_staging", "username": "tcel_staging",
"password": "fK*#o>1W2&6f", "password": "fK*#o>1W2&6f",
"database": "bri_erp_staging", "database": "tcel_anatl_staging",
"synchronize": false, "synchronize": true,
"logging": true "logging": true
}, },
"auth": { "auth": {

View File

@ -6,7 +6,7 @@
"env": "Production" "env": "Production"
}, },
"server": { "server": {
"port": "4001", "port": "7001",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/u", "host_swagger": "https://brilianapps.britimorleste.tl/test/u",
"max_body": "50mb", "max_body": "50mb",
@ -23,9 +23,9 @@
"engine": "postgres", "engine": "postgres",
"host": "172.16.11.202", "host": "172.16.11.202",
"port": "5432", "port": "5432",
"username": "bri_production", "username": "tcel_staging",
"password": "44jTPj54%6<£", "password": "fK*#o>1W2&6f",
"database": "bri_erp_production", "database": "tcel_anatl_staging",
"logging": false "logging": false
}, },
"auth": { "auth": {

View File

@ -6,9 +6,9 @@
"env": "Staging" "env": "Staging"
}, },
"server": { "server": {
"port": "4001", "port": "7001",
"host": "0.0.0.0", "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_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",
@ -23,18 +23,18 @@
"engine": "postgres", "engine": "postgres",
"host": "172.16.11.202", "host": "172.16.11.202",
"port": "5432", "port": "5432",
"username": "bri_staging", "username": "tcel_staging",
"password": "fK*#o>1W2&6f", "password": "fK*#o>1W2&6f",
"database": "bri_erp_staging", "database": "tcel_anatl_staging",
"logging": true "logging": true
}, },
"auth": { "auth": {
"refresh_token_lifetime_day": 1, "refresh_token_lifetime_day": 1,
"access_token_lifetime": 86400, "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": { "service": {
"notification": "http://127.0.0.1:4008/", "notification": "http://127.0.0.1:4008/",
"hrms": "https://brilianapps.shiblysolution.id/hrms/" "hrms": "https://tcelanatl.shiblysolution.id/hrms/"
} }
} }