Add Redis DB numbers to configuration

This commit is contained in:
Mark Veidemanis 2022-07-21 13:39:48 +01:00
parent 5c7d71dc99
commit 4b2a1f2735
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
"Key": "key.pem",
"Certificate": "cert.pem",
"RedisSocket": "/var/run/redis/redis.sock",
"RedisDBEphemeral": 2,
"RedisDBPersistent": 3,
"UsePassword": true,
"ConnectOnCreate": false,
"AutoReg": false,