22 lines
964 B
YAML
22 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: 944b2cfb9fc44368fc73cdd7f5f09349f6a064c582f6352a179dfcb4d99cb62035304b3603b1fa3deb79d1de24c73ef1d8006e60e2a1cff2266b9ecca908a8f0
|
|
|
|
test:
|
|
secret_key_base: b5cc0bf00de1626234552283a86b3e6d629491ad64c2b51bc39ae57743aca373e9854b278650555ab14a1581223929798197ca8c069849528eafaff5caa48416
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|