diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 03:01:25 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-01-06 03:01:25 +0100 |
commit | 9498dc9d788c222485b8af64860128b4d33bb039 (patch) | |
tree | 8a3a0e5ee07464a6cd6e2ff70b98f2f00d8e54c4 /config.json | |
parent | fd1137c3b5d49c1e98194bcceebdbaaa064bc531 (diff) |
Make version_url provided by the server
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json index b976591..d34e97b 100644 --- a/config.json +++ b/config.json | |||
@@ -4,6 +4,7 @@ | |||
4 | "port": 5023, | 4 | "port": 5023, |
5 | "websocket-host": "localhost", | 5 | "websocket-host": "localhost", |
6 | "websocket-port": "5042", | 6 | "websocket-port": "5042", |
7 | "fullnarp-path": "https://halfnarp.events.ccc.de/fullnarp/", | ||
7 | "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp", | 8 | "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp", |
8 | "pretalx-url": "https://cfp.example.de/", | 9 | "pretalx-url": "https://cfp.example.de/", |
9 | "pretalx-token": "<YOUR API KEY HERE>", | 10 | "pretalx-token": "<YOUR API KEY HERE>", |