Added option to enable/disable redis session store; fixed the checks for username, password, and database number when setting up the Redis connection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-23 22:17:36 -05:00
parent 30bf9beea5
commit 6024a1fe7f
3 changed files with 25 additions and 15 deletions

View File

@ -7,6 +7,7 @@
"driver": "sqlite",
"connection_string": "data/overseer.db"
},
"use_redis": false,
"redis": {
"host": "192.168.1.10",
"port": 6379,