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