aboutsummaryrefslogtreecommitdiff
path: root/config/secrets.yml
blob: 401d10c1aafe75de217a1eba4a7d0d75518c1c4d (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: dfa34154fcfbcf735478e2c8497ac75d588fef1dbab56b3a9f899d994b2684cdc6848fcb4cea4c622f0bd4ba02d42f76d14f104f718c53c1619960fd15620683

test:
  secret_key_base: 88aa47f134fd9e83320f18baf676f6db3cb9ce51f3093d619bd255dfa4f9898d49b6abc97967597f5576b4135bdb2a3198a03846f14108a4e4e86fbbc0eec5e7

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