Skip to content

Commit

Permalink
Configure secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
annacruz committed Jul 2, 2018
1 parent a3404be commit c153f89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ config/initializers/setup_mail.rb
public/system/dragonfly/*
.rspec
vendor/cache/*
config/secrets.yml
7 changes: 7 additions & 0 deletions config/secrets.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

development:
secret_key_base:
test:
secret_key_base:
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>

0 comments on commit c153f89

Please sign in to comment.