diff options
| author | Luc Donnet | 2015-02-04 10:36:01 +0100 |
|---|---|---|
| committer | Luc Donnet | 2015-02-04 10:36:01 +0100 |
| commit | 7498c6e18093dc342c0989447f2000d839bf79ea (patch) | |
| tree | 2dfd2cae21083bf8f001fc745fe571202986774d /config/initializers | |
| parent | 1834d5bfb6ed4280c6bff7672e5b683f1279e766 (diff) | |
| download | chouette-core-7498c6e18093dc342c0989447f2000d839bf79ea.tar.bz2 | |
Migrate to secrets.yml for Rails4
Diffstat (limited to 'config/initializers')
| -rw-r--r-- | config/initializers/secret_token.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb deleted file mode 100644 index 033ba4033..000000000 --- a/config/initializers/secret_token.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# Your secret key for verifying the integrity of signed cookies. -# If you change this key, all old signed cookies will become invalid! -# Make sure the secret is at least 30 characters and all random, -# no regular words or you'll be exposed to dictionary attacks. -ChouetteIhm::Application.config.secret_token = 'd96f21039d643a92629a6c5c5f9d21864dc05e8ea3dd81295a10ee8ee1138a671bc5693fe618a3af08bb60f7d6494ff650e1b73237460b9213f1333e187853f4' |
