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