Disable geoip
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-09 11:32:35 +02:00
parent c4f66d259d
commit 72e72a0406
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 3 deletions

View File

@ -52,8 +52,7 @@ SEVERITY_MAP = {
DEFAULT_NORMAL_SEVERITY = 'normal' # 'normal', 'ok', 'cleared'
DEFAULT_PREVIOUS_SEVERITY = 'indeterminate'
PLUGINS = ['reject', 'blackout', 'geoip', 'normalise']
GEOIP_URL = 'http://ip-api.com/json'
PLUGINS = ['reject', 'blackout', 'normalise']
DATABASE_URL = "postgres://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
DATABASE_NAME = "{{ db_name }}"
@ -67,4 +66,4 @@ EMAIL_VERIFICATION = False
# SMTP_PASSWORD = 'TODO'
# SMTP_PORT = 'TODO'
# SMTP_STARTTLS = 'TODO'
# SMTP_USERNAME = 'TODO'
#https://github.com/alerta/alerta/issues/1180 SMTP_USERNAME = 'TODO'