From 144c33f7cc258234eb7ecb1342a9d26af0150348 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Wed, 8 Feb 2023 00:31:04 +1300 Subject: [PATCH] Use a direct redis config variable - the redis.conf isn't read with erb support --- config/redis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redis.yml b/config/redis.yml index 7e847c63..5dfb0b74 100644 --- a/config/redis.yml +++ b/config/redis.yml @@ -1,5 +1,5 @@ default: - host: <%= ENV.fetch("REDIS_HOST, "localhost") %> + host: localhost port: 6379 password: "" production: