summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-01-06 02:35:56 +0100
committererdgeist <erdgeist@erdgeist.org>2025-01-06 02:35:56 +0100
commit3696c9bfdb7a813419c8a53362260d59118f318b (patch)
treed9a4dc1c4f46026efdd6759656000e1779c9d10b /config.json
parentcd949628c403d42a3cf58333a8b752f7b186fa81 (diff)
Make websocket address configurable
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.json b/config.json
index 1ba9ca3..b976591 100644
--- a/config.json
+++ b/config.json
@@ -2,6 +2,8 @@
2 "server-name": "halfnarp.events.ccc.de", 2 "server-name": "halfnarp.events.ccc.de",
3 "host": "127.0.0.1", 3 "host": "127.0.0.1",
4 "port": 5023, 4 "port": 5023,
5 "websocket-host": "localhost",
6 "websocket-port": "5042",
5 "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp", 7 "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp",
6 "pretalx-url": "https://cfp.example.de/", 8 "pretalx-url": "https://cfp.example.de/",
7 "pretalx-token": "<YOUR API KEY HERE>", 9 "pretalx-token": "<YOUR API KEY HERE>",