18F/confidential-survey

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: 3497ff7a7b6786db3b9827bd135583e0ec42b627d2652a2874626c545477eef1a1ffb1c954e4240a28deb6cd5cc86f180a082e685a7d9c50231f167c258e24c5

test:
  secret_key_base: a381ef5901c3357d70671cc3b069b77dd714e297d9cc91f570bfe06fd500d4ad64666be8598405ccea462e53d81c54329c947acc66216822d34dd59e0ad0edc5

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