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