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