Skip to content
Snippets Groups Projects
Commit e0e1fa03 authored by Alexander Pace's avatar Alexander Pace
Browse files

Settings change

Don't override LVALERT_OVERSEER_INSTANCE settings from
envrionment variables.
parent 0e04e30c
No related branches found
No related tags found
1 merge request!29Python3
Pipeline #90343 passed
......@@ -19,14 +19,6 @@ SEND_XMPP_ALERTS = True
SEND_PHONE_ALERTS = False
SEND_EMAIL_ALERTS = False
# Define correct LVAlert settings
LVALERT_OVERSEER_INSTANCES = [
{
"lvalert_server": "lvalert-playground.cgca.uwm.edu",
"listen_port": 8001,
},
]
# Add testserver to ALLOWED_HOSTS
ALLOWED_HOSTS += ['testserver']
......
......@@ -54,14 +54,6 @@ SEND_PHONE_ALERTS = False
SEND_EMAIL_ALERTS = False
# Define correct LVAlert settings
LVALERT_OVERSEER_INSTANCES = [
{
"lvalert_server": "lvalert-test.cgca.uwm.edu",
"listen_port": 8001,
},
]
# Set up Sentry for error logging
sentry_dsn = get_from_env('DJANGO_SENTRY_DSN', fail_if_not_found=False)
if sentry_dsn is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment