Skip to content

Commit

Permalink
Use a direct redis config variable - the redis.conf isn't read with e…
Browse files Browse the repository at this point in the history
…rb support
  • Loading branch information
bagedevimo committed Feb 7, 2023
1 parent e4f63bf commit 144c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/redis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
host: <%= ENV.fetch("REDIS_HOST, "localhost") %>
host: localhost
port: 6379
password: ""
production:
Expand Down

0 comments on commit 144c33f

Please sign in to comment.