redis.mastodon -> redis.servers.mastodon

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-25 19:22:16 +01:00
parent b4f88658e4
commit e505caface
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -24,7 +24,7 @@ in
REDIS_NAMESPACE = "mastodon";
SINGLE_USER_MODE = "true";
REDIS_HOST = "127.0.0.1";
REDIS_PORT = toString config.services.redis.mastodon.port;
REDIS_PORT = toString config.services.redis.servers.mastodon.port;
};
redis.createLocally = false;
otpSecretFile = config.sops.secrets."services/mastodon/otpSecret".path;