e_paper/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: 205701b82c30f94cc003dd515fdf35a9ed80577edd260a4527ac47ecfa43262f79b63c21bbbb897d00d1ce0bf3cdf7b4a7162434b838f77e34e71115274086b8
test:
secret_key_base: 3869a30e9d2a9013d4254cc3d2665e08de72013526b2939bc3cb0a713727af6f3a51129bbb73c1e2e4eaac0e3626828024d7484cfb98d72c32e3bf7edc3022e8
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>