Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Add devise secret key (dummy) in sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Sep 8, 2013
1 parent a6d1f87 commit 8eda793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/secret.sample.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defaults: &defaults
database_encryption_key: CHANGEME_TO_AT_LEAST_30_RANDOM_ALPHANUMERIC_CHARACTERS_80_OR_SO_IS_BETTER
secret_key_base: CHANGEME_TO_AT_LEAST_30_RANDOM_ALPHANUMERIC_CHARACTERS_80_OR_SO_IS_BETTER
devise_secret_key: CHANGEME_TO_AT_LEAST_30_RANDOM_ALPHANUMERIC_CHARACTERS_80_OR_SO_IS_BETTER
mailer:
user_name: CHANGEME
password: CHANGEME
Expand Down

0 comments on commit 8eda793

Please sign in to comment.