jjeremydiaz/OpenHouse

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: 18cbe65d95b51ea76581dbe8b5d2e763c54284abbe60a933af1f140cacb2f6cfc36f12ee530872277a19f263251376626303653009ffc6cc1fa548941775b446

test:
  secret_key_base: c4abd7a30dd9a6098f7e7a9c7dce51c8d5d54425d613adc1e4e3deae0ffca1eb5d3dbc77ace1e12fc3ef3e92617a73763730d933fcc078ab2bf10eb6f6f4790d

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