secrets.yml
964 Bytes
# 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: 3361481c01a97a8acff2b118172d46419a872c1d59df7553d4cd28370c8acc6f6f7f8774bdadb1394e550d2087d31139ef452d25b12e340b09f7fd2c68775d66
test:
secret_key_base: a1f51ce6d32579f8d960e38aa3fd4ff1431c9f9893efc0630a5edfd5b6320e08fbfba77a1ad67debe3ef4bf05c9b16cb5a0ce6979a705c5866dd09cafa5bfa9a
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>