# 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: 50fcf0717a7578e11fb487c00739fcb883d7839ed0239bb47d243eaa439f51c05d767667151deb476bdf4f1c474b06e01edcccfbdc7414265c1fd6b51b700cdc test: secret_key_base: eb207e8068035207fd04cc42ff1c365dd6aa91f87fd0ab1fbb927b118bc9dffcce5ab496b52c5a25f6e3a64e0979f8bb3d08923d03425f510353550aaf00c7ae # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>