fix: dubble config redis
This commit is contained in:
parent
4d9d07cabe
commit
cb0ddd5072
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue