This commit is contained in:
parent
c4f66d259d
commit
72e72a0406
@ -52,8 +52,7 @@ SEVERITY_MAP = {
|
|||||||
DEFAULT_NORMAL_SEVERITY = 'normal' # 'normal', 'ok', 'cleared'
|
DEFAULT_NORMAL_SEVERITY = 'normal' # 'normal', 'ok', 'cleared'
|
||||||
DEFAULT_PREVIOUS_SEVERITY = 'indeterminate'
|
DEFAULT_PREVIOUS_SEVERITY = 'indeterminate'
|
||||||
|
|
||||||
PLUGINS = ['reject', 'blackout', 'geoip', 'normalise']
|
PLUGINS = ['reject', 'blackout', 'normalise']
|
||||||
GEOIP_URL = 'http://ip-api.com/json'
|
|
||||||
|
|
||||||
DATABASE_URL = "postgres://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
DATABASE_URL = "postgres://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||||
DATABASE_NAME = "{{ db_name }}"
|
DATABASE_NAME = "{{ db_name }}"
|
||||||
@ -67,4 +66,4 @@ EMAIL_VERIFICATION = False
|
|||||||
# SMTP_PASSWORD = 'TODO'
|
# SMTP_PASSWORD = 'TODO'
|
||||||
# SMTP_PORT = 'TODO'
|
# SMTP_PORT = 'TODO'
|
||||||
# SMTP_STARTTLS = 'TODO'
|
# SMTP_STARTTLS = 'TODO'
|
||||||
# SMTP_USERNAME = 'TODO'
|
#https://github.com/alerta/alerta/issues/1180 SMTP_USERNAME = 'TODO'
|
||||||
|
Reference in New Issue
Block a user