9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

feat: make redis user and database configurable (#518)

* Make redis user and database configurable

* Update documentation
This commit is contained in:
Marlon Pohl
2025-06-07 02:46:17 +02:00
committed by GitHub
parent cb09e0cfb2
commit cf08015961
7 changed files with 45 additions and 7 deletions

View File

@@ -66,6 +66,9 @@ redis:
credentials:
host: localhost
port: 6379
# Only change the database if you know what you are doing. The default is 0.
database: 0
user: ''
password: ''
use_ssl: false