Migrate all secrets to config/secrets.yml

This commit is contained in:
Henne Vogelsang 2014-05-12 18:32:26 +02:00
parent 9090cc0d38
commit ee5d48d494
8 changed files with 29 additions and 20 deletions

View file

@ -5,14 +5,9 @@ defaults: &defaults
devise_mail_sender: "no-reply@localhost"
# The hostname to be used when building the URL in the emails
url_for_emails: "localhost:3000"
# A secret key for your rails app. You can generate one with 'rake secret'
secret_key: 12345
# A secret key. You can generate one with 'rake secret'
devise_secret_key: '12345'
# errbit configuration, get your own instance: https://github.com/errbit/errbit
#errbit_key: 123456789101112131415
#errbit_key: See config/secrets.yml
#errbit_host: errbit.exmaple.com
cookies_secret_token: 'secretstringwhichshouldbechanged'
development:
<<: *defaults