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

Commit

Permalink
Re-add file
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Sep 7, 2013
1 parent 1cdc9e4 commit 88db5b5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/secret.sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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
mailer:
user_name: CHANGEME
password: CHANGEME
auth:
evernote:
consumer_key: CHANGEME
consumer_secret: CHANGEME
detect_language:
api_key: CHANGEME
world_cat:
api_key: CHANGEME
isbndb:
api_key: CHANGEME

development:
<<: *defaults

test:
<<: *defaults

staging:
<<: *defaults

production:
<<: *defaults

0 comments on commit 88db5b5

Please sign in to comment.