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