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