Update default URL
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-09-23 18:58:48 -06:00
parent 5e861e3c8e
commit c6ae2dfe5b

View file

@ -578,7 +578,7 @@ var retries = 0;
function connectWebSocket() {
console.log('Attempting to connect to WebSocket...');
const ws = new WebSocket(
config.WS_URL || "wss://iem-alerter.ko4wal.radio/iem",
config.WS_URL || "wss://iembot.dev/iem",
{
headers: {
"user-agent": "IEM-Alerter-DiscordBot/1.0 (+https://git.chrischro.me/iem-alerter/discord-bot; contact: me@ko4wal.radio)"