summaryrefslogtreecommitdiff
path: root/config/secrets.yml
blob: 8aa02511faa71b46fccb1fe03c29d42e942bde80 (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: 40351f6bda0200d92463bf0a855120fc925dc01d688ad53e78d8d3ac20b5662ebd4e92138ed90ee779f45afcb81135ff42ab3709cc44bf87b0a896ac95a647cb

test:
  secret_key_base: 899c50cb3849d186534c23f441b4acfa8233dfbd8dfe9082f947af1266a894ca6ae5234e597d189984be13e39cbd7213d8aaf4c6b27cd17db19e9416e80cd086

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