diff --git a/config/settings/container/test.py b/config/settings/container/test.py index f703bb5f5b90ed68acfbf13024a5ae2c1e9c2e95..42cb4698da3563a9dffec0b998e3c1537dc171ea 100644 --- a/config/settings/container/test.py +++ b/config/settings/container/test.py @@ -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 = [ {