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