fix redis port

This commit is contained in:
2025-03-17 17:10:09 +04:00
parent 218c2b0360
commit 3d03da0f96

View File

@@ -9,7 +9,7 @@ in
default_config ? true, default_config ? true,
extra_config ? '''', extra_config ? '''',
package ? pkgs.redis, package ? pkgs.redis,
port ? 5432, port ? 6379,
bind ? "localhost", bind ? "localhost",
... ...
}: }: