initial setup

This commit is contained in:
Narul Hidayah
2025-12-30 20:25:18 +07:00
parent aa12ca7e58
commit 11cb3090ae
10 changed files with 17 additions and 1949 deletions

View File

@ -6,9 +6,9 @@
"env": "Development"
},
"server": {
"port": "4010",
"port": "7010",
"host": "0.0.0.0",
"host_swagger": "http://127.0.0.1:4010",
"host_swagger": "http://127.0.0.1:7010",
"max_body": "50mb",
"max_upload": 104857600,
"morgan": "combined",
@ -22,10 +22,11 @@
"database": {
"engine": "postgres",
"host": "127.0.0.1",
"port": "5432",
"username": "postgres",
"password": "123",
"database": "bri_erp",
"port": "15432",
"username": "tcel_staging",
"password": "fK*#o>1W2&6f",
"database": "tcel_anatl_staging",
"synchronize": true,
"logging": true
}
}