summaryrefslogtreecommitdiff
path: root/config/secrets.yml
blob: 18c1e506ea5fc761672c2ef0337120470e077433 (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 `rails 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: 636dde9eafb20996bbeeb02a7050fa66537eb96ff8b3e4f26636641d77bd04160f1e85647e2df7761507553e1ee51ea87e669084e5871dff54112f89329b9c56

test:
  secret_key_base: d228d1a28f2f7c32766532f9547f725093c6d6bc4c498250a2067d24373acc2350876d1d9b142fd72fa2a3faf6af40589cc1f20e5fb4b2574339b15fa5bdc409

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