Slide 6
Slide 6 text
secrets.yml
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
secret_key_base: 1a1fd4fc0512b46ea449d07
test:
secret_key_base: 1ffde16fcf1e55737cd8a60
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>