27 lines
532 B
JSON
27 lines
532 B
JSON
{
|
|
"db": {
|
|
"redis": {
|
|
"emulate": true,
|
|
"namespace": "EG"
|
|
}
|
|
},
|
|
"crypto": {
|
|
"cipherKey": "sensitiveKey",
|
|
"algorithm": "aes256",
|
|
"saltRounds": 10
|
|
},
|
|
"session": {
|
|
"secret": "keyboard cat",
|
|
"resave": false,
|
|
"saveUninitialized": false
|
|
},
|
|
"accessTokens": {
|
|
"timeToExpiry": 7200000
|
|
},
|
|
"refreshTokens": {
|
|
"timeToExpiry": 7200000
|
|
},
|
|
"authorizationCodes": {
|
|
"timeToExpiry": 300000
|
|
}
|
|
} |