update
This commit is contained in:
@ -1,41 +1,41 @@
|
||||
{
|
||||
"app": {
|
||||
"name": "Service Users",
|
||||
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
|
||||
"version": "1.0.0",
|
||||
"env": "Development"
|
||||
},
|
||||
"server": {
|
||||
"port": "7001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "http://127.0.0.1:7001",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
"cors": "*",
|
||||
"ssl": {
|
||||
"enable": false,
|
||||
"cert": "",
|
||||
"key": ""
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
"host": "127.0.0.1",
|
||||
"port": "15432",
|
||||
"username": "saude_tl",
|
||||
"password": "saude_tl_local",
|
||||
"database": "saude_tl",
|
||||
"synchronize": true,
|
||||
"logging": true
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 30,
|
||||
"access_token_lifetime": 86400,
|
||||
"reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
"notification": "http://127.0.0.1:7004/",
|
||||
"hrms": "https://tcelanatl.shiblysolution.id/hrms/"
|
||||
}
|
||||
"app": {
|
||||
"name": "Service Users",
|
||||
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
|
||||
"version": "1.0.0",
|
||||
"env": "Development"
|
||||
},
|
||||
"server": {
|
||||
"port": "7001",
|
||||
"host": "0.0.0.0",
|
||||
"host_swagger": "http://127.0.0.1:7001",
|
||||
"max_body": "50mb",
|
||||
"max_upload": 104857600,
|
||||
"morgan": "combined",
|
||||
"cors": "*",
|
||||
"ssl": {
|
||||
"enable": false,
|
||||
"cert": "",
|
||||
"key": ""
|
||||
}
|
||||
},
|
||||
"database": {
|
||||
"engine": "postgres",
|
||||
"host": "127.0.0.1",
|
||||
"port": "15432",
|
||||
"username": "saude_tl",
|
||||
"password": "saude_tl_local",
|
||||
"database": "saude_tl",
|
||||
"synchronize": true,
|
||||
"logging": true
|
||||
},
|
||||
"auth": {
|
||||
"refresh_token_lifetime_day": 30,
|
||||
"access_token_lifetime": 86400,
|
||||
"reset_password_url": "https://tcelanatl.shiblysolution.id/auth/reset-password/"
|
||||
},
|
||||
"service": {
|
||||
"notification": "http://127.0.0.1:7004/",
|
||||
"hrms": "https://tcelanatl.shiblysolution.id/hrms/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user