from ..base import *  # NOQA

LOGGING_LEVEL = 'WARNING'
LOGGING_HANDLERS = ['console', 'syslog', 'sentry']
LOGGING_SYSLOG_TAG = 'DISTRIBUTION_APP'

ELASTICSEARCH_HOSTS = ['https://58bab14f82d540fe8a38ff34d1e995b2.us-east-1.aws.found.io']
ELASTICSEARCH_CONFIG = {
    "use_ssl": True,
    "http_auth": ('distribution', '8f9KFHfGjCybGcD8')
}
SENTRY_PUBLIC_KEY = '6a1e518ecc8c48ce8a1521dd7ab5cd70'
SENTRY_PRIVATE_KEY = '2f3874752d98473aaf59e996075f647e'
SENTRY_DSN = 'https://{}:{}@sentry.ngeo.com/6'.format(
    SENTRY_PUBLIC_KEY, SENTRY_PRIVATE_KEY
)

AMP_CACHE_ENABLED = True
AMP_ITEM_ENDPOINT = 'https://internal.distribution.production.us-east-1.aws.ngeo.com/api/v1/item/{}'
