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