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