update config

This commit is contained in:
2025-01-01 15:50:22 +07:00
parent 1931a30e48
commit 0794e7054c
4 changed files with 9 additions and 6 deletions

View File

@ -25,7 +25,8 @@
"port": "5432",
"username": "postgres",
"password": "123",
"database": "bri_erp"
"database": "bri_erp",
"logging": true
},
"auth": {
"refresh_token_lifetime_day": 30,

View File

@ -8,7 +8,7 @@
"server": {
"port": "4001",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.shiblysolution.id/api/u",
"host_swagger": "https://brilianapps.britimorleste.tl/test/u",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -25,12 +25,13 @@
"port": "5432",
"username": "bri_production",
"password": "44jTPj54%6<£",
"database": "bri_erp_production"
"database": "bri_erp_production",
"logging": false
},
"auth": {
"refresh_token_lifetime_day": 30,
"access_token_lifetime": 86400,
"reset_password_url": "https://brilianapps.shiblysolution.id/ukln/auth/reset-password/"
"reset_password_url": "https://brilianapps.britimorleste.tl/ukln/auth/reset-password/"
},
"service": {
"notification": "http://127.0.0.1:4008/"

View File

@ -25,7 +25,8 @@
"port": "5432",
"username": "bri_staging",
"password": "fK*#o>1W2&6f",
"database": "bri_erp_staging"
"database": "bri_erp_staging",
"logging": true
},
"auth": {
"refresh_token_lifetime_day": 1,