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
}
}

View File

@ -6,7 +6,7 @@
"env": "Production"
},
"server": {
"port": "4010",
"port": "7010",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.britimorleste.tl/test/m/",
"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
}
}

View File

@ -6,7 +6,7 @@
"env": "Staging"
},
"server": {
"port": "4010",
"port": "7010",
"host": "0.0.0.0",
"host_swagger": "https://brilianapps.shiblysolution.id/test/m/",
"max_body": "50mb",
@ -23,9 +23,9 @@
"engine": "postgres",
"host": "172.16.11.202",
"port": "5432",
"username": "bri_staging",
"password": "fK*#o>1W2&6f",
"database": "bri_erp_staging",
"username": "tcel_staging",
"password": "fK*#o>1W2&6f",
"database": "tcel_anatl_staging",
"logging": true
}
}