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