pagecontent/test/dummy/config/secrets.yml

23 lines
964 B
YAML

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