23 lines
964 B
YAML
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: 4aba1428319d218c4d7e04e8d46dae862b0a4bed35c18e0ada768cc9f55f06c1bacd47d0d06e666ef8ae03947bbe14be004e19832ed2d431be50244433f65b1c
|
|
|
|
test:
|
|
secret_key_base: ce5285e5f759141e3391e7321aae7036c04b3c6051ddd8a7aae65edd693adc9e1b60670b62a7755eafda91354d26678d4fed8d628299028d1e56140cfa28e564
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|