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