diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 02:35:56 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 02:35:56 +0100 |
commit | 3696c9bfdb7a813419c8a53362260d59118f318b (patch) | |
tree | d9a4dc1c4f46026efdd6759656000e1779c9d10b /config.json | |
parent | cd949628c403d42a3cf58333a8b752f7b186fa81 (diff) |
Make websocket address configurable
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 2 |
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>", |