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