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