Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
eslingerbryan committed May 5, 2019
1 parent 6755946 commit 0a2fe15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions voter_verifier/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
import os

VERIFIER_MAX_RESULTS = 10
***REMOVED***
INDEX = os.environ.get('VERIFIER_INDEX_NAME', 'voter_verifier')
TIMEOUT = 15
RETRIES = 1
DOC_TYPE = 'voters'
ES_HOSTS = os.environ.get('ELASTICSEARCH_HOSTS', 'http://localhost:9200/').split(",")
STATSD_HOST = os.environ.get('STATSD_HOST', '127.0.0.1')
STATSD_PORT = 18125
SENTRY_DSN = os.environ.get('SENTRY_DSN', 'http://username:[email protected]/id')
***REMOVED***
ZIP_TO_LAT_LNG_FILE_NAME = 'voter_verifier/resources/zip_to_lat_lng.csv'

CONFIDENCE_INTERVAL_FOR_AUTO_VERIFICATION = 3

Expand All @@ -30,4 +30,4 @@

# This is the default search type used when no search type,
# or unknown search type, is specified
DEFAULT_SEARCH_TYPE = SEARCH_TYPE_TOP
DEFAULT_SEARCH_TYPE = SEARCH_TYPE_TOP

0 comments on commit 0a2fe15

Please sign in to comment.