Mercurial > rsstweet
comparison config/secrets.yml @ 13:bf9dbbec8c1e
Put back secrets.yml because rails hate booting up without secret_key_base.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Fri, 05 Sep 2014 18:52:03 +0900 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 12:498ec84a7790 | 13:bf9dbbec8c1e |
|---|---|
| 1 # Be sure to restart your server when you modify this file. | |
| 2 | |
| 3 # Your secret key is used for verifying the integrity of signed cookies. | |
| 4 # If you change this key, all old signed cookies will become invalid! | |
| 5 | |
| 6 # Make sure the secret is at least 30 characters and all random, | |
| 7 # no regular words or you'll be exposed to dictionary attacks. | |
| 8 # You can use `rake secret` to generate a secure secret key. | |
| 9 | |
| 10 # Make sure the secrets in this file are kept private | |
| 11 # if you're sharing your code publicly. | |
| 12 | |
| 13 development: | |
| 14 secret_key_base: herp | |
| 15 | |
| 16 test: | |
| 17 secret_key_base: a | |
| 18 | |
| 19 # Do not keep production secrets in the repository, | |
| 20 # instead read values from the environment. | |
| 21 production: | |
| 22 secret_key_base: derp |
