test redis

This commit is contained in:
mjallen18
2024-07-22 10:20:12 -05:00
parent 42795b6e10
commit b2ffed3095
5 changed files with 57 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ in
PUID = cfg.puid;
PGID = cfg.pgid;
TZ = cfg.timeZone;
REDIS_HOST = "10.0.1.18";
REDIS_PORT = "6379";
REDIS_HOST_PASSWORD = "BogieDudie1";
};
};
};