robots/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: 0f6e23ff3c82961b403939660812d56642e68fd1e3537b548813b6f91a9ab7b54e107529d04955b41c6ae9f07aa5d09599b4d37199bbe6ecb314a9d6e37ec861
test:
secret_key_base: 729a58a85171df25b5ca8df70f3bd348365cb98fe65eec15ef07245b947c28162786fd2506838065df8e310fbcadad47d39119878c05808dde46c44a3e7b2608
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>