Skip to content

Commit

Permalink
fix: Add secrets.yml for production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjust committed Jul 29, 2024
1 parent 5e6123c commit 63f926e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>

0 comments on commit 63f926e

Please sign in to comment.