main
 1# Be sure to restart your server when you modify this file.
 2
 3# Your secret key is used for verifying the integrity of signed cookies.
 4# If you change this key, all old signed cookies will become invalid!
 5
 6# Make sure the secret is at least 30 characters and all random,
 7# no regular words or you'll be exposed to dictionary attacks.
 8# You can use `rake secret` to generate a secure secret key.
 9
10# Make sure the secrets in this file are kept private
11# if you're sharing your code publicly.
12
13development:
14  secret_key_base: e7716831db8e200fdb87711590ab9d9e019869d3803ec6821c14bae98f765f060e6afea20f6f571c9d6f12b2f0021b7653a841f260401a73136b5a908d5871f1
15
16test:
17  secret_key_base: cacd892238c965e66d6bc882712c545556daea9dbaa02e4d94d6972f5c10c2c3773638c677a95323cfea63e30ba0d2eda1cf1b98632bcc55ec0700c9c13e09ce
18
19# Do not keep production secrets in the repository,
20# instead read values from the environment.
21production:
22  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>