fix: dubble config redis

This commit is contained in:
admin 2024-04-02 11:03:48 +02:00
parent 4d9d07cabe
commit cb0ddd5072

View file

@ -41,7 +41,7 @@ in
extraAppsEnable = true; extraAppsEnable = true;
extraOptions = { extraOptions = {
redis = { redis = {
host = "/run/redis/redis.sock"; # host = "/run/redis/redis.sock";
port = 0; port = 0;
dbindex = 0; dbindex = 0;
password = "secret"; password = "secret";