secrets.yml 965 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 `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: c8a300e9b1de7875054700441d1d293b9ca8f2c4e2c838a752466d2559eeb2affb0d568bebe1112b9804ff683af76c84ec9bd88c8f01b9297964fa86c7b2489e

test:
  secret_key_base: de3e05cf00ffadbfd7433c657d10452f6a2b791b6607f9f94986a8c72fe3e09640d2318af6a2a8371d0fe84018af795d62fd59b7ae4770917eaf8e622921a1e9

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