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