aboutsummaryrefslogtreecommitdiffstats
path: root/config/secrets.yml
blob: dc475336df9b3bc667cbb5643e9428a1a4c54c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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: e9995ab6fd70e8520d0bfbcb1fdaccd0101f09e28e8d46fdf79c4592c456285b2b2ecc37fcf7ee2e8e0dad82e472fd98feca39dc093514b2352182b6abdbbbca

test:
  secret_key_base: e0d593bf6f24f00d12e30675493a8e46ad1891767634771fea1d8f1dab5747b3e43cce5f181b9318b9f9d3b2e9deb9056b1831a1d2f875c4dcfdb53970b00f01

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>