from ..base import *  # NOQA

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

ELASTICSEARCH_HOSTS = ['https://71ea8df136804f63830ea35234ceaf0c.us-east-1.aws.found.io']
ELASTICSEARCH_CONFIG = {
    "use_ssl": True,
    "http_auth": ('distribution-staging-v5', 'suDptSo9ubcV9cvLz5')
}
SENTRY_PUBLIC_KEY = '097753b3fdf04c00a167f5d76c9505ff'
SENTRY_PRIVATE_KEY = '454173cc78904ffca8e32be6a43a48c0'
SENTRY_DSN = 'https://{}:{}@sentry.ngeo.com/8'.format(
    SENTRY_PUBLIC_KEY, SENTRY_PRIVATE_KEY
)

# Google AMP
AMP_API_USER = 'amp'
AMP_API_KEY = 'deea8bf2cad968458b3b063353e8d751986a5a8c'
AMP_ITEM_ENDPOINT = 'https://internal.distribution.staging.us-east-1.aws-test.ngeo.com/api/v1/item/{}'
