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