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

Turning on XMPP Alerts on gracedb-test.

parent 15d2dc7a
No related branches found
No related tags found
1 merge request!29Python3
Pipeline #89743 passed
......@@ -46,6 +46,21 @@ INTERNAL_IPS = [
INTERNAL_IP_ADDRESS,
]
# Turn on XMPP alerts
SEND_XMPP_ALERTS = True
# Enforce that phone and email alerts are off
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,
},
]
# Define correct LVAlert settings
LVALERT_OVERSEER_INSTANCES = [
{
......
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