secrets.yml 964 Bytes
Newer Older
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: 3bb78b92ecb85d4aeafe5ee00c8dd51ef52edd927fa8eb3108c0e71a89d8dc3e23c44e0cbd4f781d847ee58f6e833d127c349367173b7f33e9384d6482a9e9a7

test:
  secret_key_base: 4697da52ec7eedbbe04ad53a886e48cf8e47692d064ea1fdcff00a85105b16230f3023482eb01cc073a42fc2dcc677ae4b67a7721bbcf8b5a29b6e1226041d8a

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