initial setup
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user