mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
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: 6759862758f7bf51db58b9b619f66d3370d2286f34dca03294ebeda852769f804ec813ed92e5d7672113e607c4ee091da1baac96e47047d321a3c7b294009226
|
|
|
|
test:
|
|
secret_key_base: d4a9fc9fc2fd54a97c8efeb7faad254000aa00e36e15ab0c191244d6e701912bc5e48905d8b8916f31ae93f29bf55ca3e372bd7626d6261e336828ded193640a
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|