first commit
This commit is contained in:
26
gateway/config/backup/system.config.yml
Normal file
26
gateway/config/backup/system.config.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Core
|
||||
db:
|
||||
redis:
|
||||
emulate: true
|
||||
namespace: EG
|
||||
|
||||
#plugins:
|
||||
# express-gateway-plugin-example:
|
||||
# param1: 'param from system.config'
|
||||
|
||||
crypto:
|
||||
cipherKey: sensitiveKey
|
||||
algorithm: aes256
|
||||
saltRounds: 10
|
||||
|
||||
# OAuth2 Settings
|
||||
session:
|
||||
secret: keyboard cat
|
||||
resave: false
|
||||
saveUninitialized: false
|
||||
accessTokens:
|
||||
timeToExpiry: 7200000
|
||||
refreshTokens:
|
||||
timeToExpiry: 7200000
|
||||
authorizationCodes:
|
||||
timeToExpiry: 300000
|
||||
Reference in New Issue
Block a user