update config stag
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"app": {
|
"app": {
|
||||||
"name": "Service Name",
|
"name": "Service User",
|
||||||
"description": "Description of service",
|
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
"server": {
|
"server": {
|
||||||
@ -20,5 +20,9 @@
|
|||||||
"username": "postgres",
|
"username": "postgres",
|
||||||
"password": "r00t@dm1n05",
|
"password": "r00t@dm1n05",
|
||||||
"database": "bri-erp"
|
"database": "bri-erp"
|
||||||
|
},
|
||||||
|
"auth": {
|
||||||
|
"refresh_token_lifetime_day": 30,
|
||||||
|
"access_token_lifetime": 300
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user