23 lines
965 B
YAML
23 lines
965 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 `rails 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: f02f9e8fedd2cf3530af0d688ae07aa6223a431881bf2a13abe5638062a20e3aaeb7230384441f63f70cc295319e13f5c4e0067784bacebdee11c62b4eef021b
|
|
|
|
test:
|
|
secret_key_base: 592e66b0495207402b91cba7be112da3bd8972d6eb56c66c1305c45ec8d25233b8d1ab832ae29adfbd08b03c0cecc13ea3e368025a761d6ec5e623e6f6ea96c3
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|