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: e619a4ee45d7150b96393cf2fd0a8f3e273c7f6ba2e0a108c0660b39b07953953cd68a2aaa224eb99693ab45b75bb6381be43945954b65604358a64e72958994
test:
secret_key_base: 1c0ec65e3edc5350b8dde5d69d7204d3a643f185843d9e7b5b3135d12eb66c12f0ff13ef555c282d0daec02695d8af843ab9b30e321c946e51a045a68982f5c8
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>