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