update config staging
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": "4001",
|
"port": "4001",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"host_swagger": "http://bri-dev.shiblysolution.id:4001",
|
"host_swagger": "http://brilianapps.shiblysolution.id:4001",
|
||||||
"max_body": "50mb",
|
"max_body": "50mb",
|
||||||
"max_upload": 104857600,
|
"max_upload": 104857600,
|
||||||
"morgan": "combined",
|
"morgan": "combined",
|
||||||
@ -21,16 +21,16 @@
|
|||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
"engine": "postgres",
|
"engine": "postgres",
|
||||||
"host": "172.19.174.193",
|
"host": "172.16.11.202",
|
||||||
"port": "5432",
|
"port": "5432",
|
||||||
"username": "postgres",
|
"username": "bri_staging",
|
||||||
"password": "r00t@dm1n05",
|
"password": "fK*#o>1W2&6f",
|
||||||
"database": "bri_erp"
|
"database": "bri_erp_staging"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"refresh_token_lifetime_day": 30,
|
"refresh_token_lifetime_day": 30,
|
||||||
"access_token_lifetime": 86400,
|
"access_token_lifetime": 86400,
|
||||||
"reset_password_url": "https://bri-dev.shiblysolution.id/auth/reset-password/"
|
"reset_password_url": "https://brilianapps.shiblysolution.id/ukln/s/auth/reset-password/"
|
||||||
},
|
},
|
||||||
"service": {
|
"service": {
|
||||||
"notification": "http://127.0.0.1:4008/"
|
"notification": "http://127.0.0.1:4008/"
|
||||||
|
|||||||
Reference in New Issue
Block a user