UNPKG

492 BYAMLView Raw
1db:
2 redis:
3 emulate: ${EG_DB_EMULATE:-true}
4 host: localhost
5 port: 6379
6 namespace: EG
7
8cli:
9 url: http://localhost:9876
10
11#plugins:
12 # express-gateway-plugin-example:
13 # param1: 'param from system.config'
14
15crypto:
16 cipherKey: sensitiveKey
17 algorithm: aes256
18 saltRounds: 10
19session:
20 secret: keyboard cat
21 resave: false
22 saveUninitialized: false
23accessTokens:
24 timeToExpiry: 7200000
25refreshTokens:
26 timeToExpiry: 7200000
27authorizationCodes:
28 timeToExpiry: 300000