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