update config

This commit is contained in:
2024-11-27 07:53:29 +07:00
parent 4a8fde1640
commit 9093999afd
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"port": "5432", "port": "5432",
"username": "postgres", "username": "postgres",
"password": "123", "password": "123",
"database": "bri-erp" "database": "bri_erp"
}, },
"auth": { "auth": {
"refresh_token_lifetime_day": 30, "refresh_token_lifetime_day": 30,

View File

@ -7,7 +7,7 @@
"server": { "server": {
"port": "4001", "port": "4001",
"host": "0.0.0.0", "host": "0.0.0.0",
"host_swagger": "https://bri-dev.shiblysolution.id:4001", "host_swagger": "bri-dev.shiblysolution.id:4001",
"max_body": "50mb", "max_body": "50mb",
"max_upload": 104857600, "max_upload": 104857600,
"morgan": "combined", "morgan": "combined",