29 lines
717 B
JSON
29 lines
717 B
JSON
{
|
|
"app": {
|
|
"name": "Service User",
|
|
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
|
|
"version": "1.0.0"
|
|
},
|
|
"server": {
|
|
"port": "4001",
|
|
"host": "0.0.0.0",
|
|
"host_swagger": "127.0.0.1",
|
|
"max_body": "50mb",
|
|
"max_upload": 104857600,
|
|
"morgan": "combined",
|
|
"cors": "*"
|
|
},
|
|
"database": {
|
|
"engine": "postgres",
|
|
"host": "127.0.0.1",
|
|
"port": "5432",
|
|
"username": "postgres",
|
|
"password": "r00t@dm1n05",
|
|
"database": "bri-erp"
|
|
},
|
|
"auth": {
|
|
"refresh_token_lifetime_day": 30,
|
|
"access_token_lifetime": 300
|
|
}
|
|
}
|