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