You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
965 B
23 lines
965 B
# 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: 2e4a957f66677ed19c75299f67c1d9e4ab885bceccf6d2ea289aa161fb5b7bb414e24735b3a9be3cdfbdb7e9a234e2b866d67c96799033408a24b40290dbf6b4
|
|
|
|
test:
|
|
secret_key_base: 71c2bfe7f465957c97bad456cb5d7c5a58fba322e3fd66e39e6874352b71cfd1f4ee72fefd87b4c21e0502263954d3c39fe02e3d42eeb9e86284764bc9076349
|
|
|
|
# Do not keep production secrets in the repository,
|
|
# instead read values from the environment.
|
|
production:
|
|
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|