Added ability to use redis datastores for session data
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-11-05 16:14:37 -04:00
parent 4a43aaabb6
commit 0818f57131
5 changed files with 206 additions and 1 deletions

View File

@ -6,5 +6,10 @@
"database": {
"driver": "sqlite",
"connection_string": "data/overseer.db"
},
"redis": {
"host": "192.168.1.10",
"port": 6379,
"number": "0"
}
}