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