bus-detective/bus-detective

View on GitHub
config/secrets.yml

Summary

Maintainability
Test Coverage
# 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: 8a9d8ee39a906ca26bfee5f2b1228271078ed78111d46e4c87e931f3620a4e61557a82de861799248ccf882264b3044a505458371cfb555de6a3da9cce68dcff

test:
  secret_key_base: 2d953d6ac60f52c8abaf190da8c4f48a051b1e4c3b0ef091c263b18f39fb6569e67a43abd9bbea9f76c47077f8e317e758433ead9700fe558ed48551334dd249

# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
  secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>