Skip to content

Commit

Permalink
this should be the right redis host name
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Jan 29, 2024
1 parent f7be116 commit 3c984f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ RAILS_MASTER_KEY=<%= `op read "op://StaffplanRedux/RAILS_MASTER_KEY/credential"`
DOCKER_REGISTRY_TOKEN=<%= `op read "op://StaffplanRedux/KAMAL_REGISTRY_PASSWORD/credential"`.strip %>
POSTGRES_PASSWORD=<%= `op read "op://StaffplanRedux/POSTGRES_PASSWORD/credential"`.strip %>
STAFF_PLAN_EMAILS=<%= `op read "op://StaffplanRedux/STAFF_PLAN_EMAILS/credential"`.strip %>
<% else raise ArgumentError, "Session token missing" end %>
<% else raise ArgumentError, "Session token missing" end %>

REDIS_URL=redis://staffplan-redux-redis:6379/1

0 comments on commit 3c984f8

Please sign in to comment.