codeforsanjose/codeforsanjose

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: 5239c4bb28f9a79bf40acc547293ef7dc89061e37212068896e1b0dfc938b75f055773301b05ac4eb2506ad853744af6c98e8c620fa3c480c2c78287547b787d

test:
  secret_key_base: e574cc1d555fb0d1bcf0616cb1cc80661065ecef7c24ea4d756fd1f4d836c90085ad003044db17afd4fdf46fc0e27edd8ffc26a5a39104d8a4971db08023642c

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