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