1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# 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: c74ed16a9b39b24630690494ff39823193ae23274ffc6a4960554635220056e2674288a77afb2c2127b70763f737d3866b8869b3d38b9c55ce4e36ff919cd430
test:
secret_key_base: 4edb6ae3a2e2953fc86c07b7b6e0afbef95e9100b04c7b34423b2f70feb9c9992d455bf593082c1e1351745e19be693430921040ec29a2bb1ad28ccc657c3ef2
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|