Skip to content

Commit

Permalink
hard code redis host to see if connection works
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Dec 20, 2023
1 parent c599d93 commit 483fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Config

config :cms, CMS.Cache,
conn_opts: [
host: System.get_env("REDIS_HOST", "127.0.0.1"),
host: "dotcom-dev-blue-elasticache-cluster.yeunjj.0001.use1.cache.amazonaws.com",
port: 6379
],
stats: false,
Expand Down

0 comments on commit 483fd38

Please sign in to comment.