mingujo/UCBerkeley_Housing

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: a0bc6eb556a495fa136c0036ff3f0d8b70ef48af884e9abbaa4903868a0ab6be9b5b75c563e265379a43f04fba0de8573677200885834f07376aa1d55f63e34b

test:
  secret_key_base: 20c5e23f0f1c52de9126a738a9122571c9182c00d44d000f0e31a93918a594042c757198da2b4d2c5a5badd87589b31ed81e2441c5ea64d7d51afec4ebb513e2

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