initial setup
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
"env": "Development"
|
||||
},
|
||||
"server": {
|
||||
"port": "4001",
|
||||
"port": "7001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "http://127.0.0.1:4001",
|
||||
"host_swagger": "http://127.0.0.1:7001",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
@ -22,11 +22,11 @@
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3324",
|
||||
"username": "bri_staging",
|
||||
"port": "15432",
|
||||
"username": "tcel_staging",
|
||||
"password": "fK*#o>1W2&6f",
|
||||
"database": "bri_erp_staging",
|
||||
"synchronize": false,
|
||||
"database": "tcel_anatl_staging",
|
||||
"synchronize": true,
|
||||
"logging": true
|
||||
},
|
||||
"auth": {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"env": "Production"
|
||||
},
|
||||
"server": {
|
||||
"port": "4001",
|
||||
"port": "7001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "https://brilianapps.britimorleste.tl/test/u",
|
||||
"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
|
||||
},
|
||||
"auth": {
|
||||
|
||||
@ -6,9 +6,9 @@
|
||||
"env": "Staging"
|
||||
},
|
||||
"server": {
|
||||
"port": "4001",
|
||||
"port": "7001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "https://brilianapps.shiblysolution.id/test/u/",
|
||||
"host_swagger": "https://tcelanatl.shiblysolution.id/test/u/",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
@ -23,18 +23,18 @@
|
||||
"engine": "postgres",
|
||||
"host": "172.16.11.202",
|
||||
"port": "5432",
|
||||
"username": "bri_staging",
|
||||
"username": "tcel_staging",
|
||||
"password": "fK*#o>1W2&6f",
|
||||
"database": "bri_erp_staging",
|
||||
"database": "tcel_anatl_staging",
|
||||
"logging": true
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 1,
|
||||
"access_token_lifetime": 86400,
|
||||
"reset_password_url": "https://brilianapps.shiblysolution.id/ukln/auth/reset-password/"
|
||||
"reset_password_url": "https://tcelanatl.shiblysolution.id/ukln/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
"notification": "http://127.0.0.1:4008/",
|
||||
"hrms": "https://brilianapps.shiblysolution.id/hrms/"
|
||||
"hrms": "https://tcelanatl.shiblysolution.id/hrms/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user