first commit
This commit is contained in:
27
gateway/config/system.config.json
Normal file
27
gateway/config/system.config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user