From 3696c9bfdb7a813419c8a53362260d59118f318b Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 6 Jan 2025 02:35:56 +0100 Subject: Make websocket address configurable --- config.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 1ba9ca3..b976591 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,8 @@ "server-name": "halfnarp.events.ccc.de", "host": "127.0.0.1", "port": 5023, + "websocket-host": "localhost", + "websocket-port": "5042", "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp", "pretalx-url": "https://cfp.example.de/", "pretalx-token": "", -- cgit v1.2.3