# Be sure to restart your server when you modify this file. # Your secret key is used 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. # You can use `rake secret` to generate a secure secret key. # Make sure the secrets in this file are kept private # if you're sharing your code publicly. development: secret_key_base: <%= CFG.secret_key_base || '60BnXnzGGwwiZj91YA9XYKF9BCiM7lQ/1um8VXcWWLSdUp9OcPZV6YnQv7eFTYSY' %> test: secret_key_base: '6c6c0811ed721b76ff2d2c9a29aa00ac4f77c9d13a199adaa62295a8992d38480e79ab3c09de3641961c595e972e3dd7e6621caabd4f7c75b1df7392618a00a6' # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= CFG.secret_key_base %>