Skip to content

Commit

Permalink
Update .env.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Aug 18, 2024
1 parent b53c43d commit 6f8b070
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.erb
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
RAILS_MASTER_KEY=<%= ENV["RAILS_MASTER_KEY"] %>
REDIS_URL=<%= ENV["REDIS_URL"] %>
<% require_relative "config/application" %>
<% aws = Rails.application.credentials.aws! %>

LITESTREAM_ACCESS_KEY_ID: <%= aws.access_key_id %>
LITESTREAM_SECRET_ACCESS_KEY: <%= aws.secret_access_key %>
LITESTREAM_BUCKET: <%= aws.bucket %>

0 comments on commit 6f8b070

Please sign in to comment.