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