diff options
author | erdgeist <erdgeist@erdgeist.org> | 2024-12-22 23:59:10 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2024-12-22 23:59:10 +0100 |
commit | 4182581f3d540d0a3c95d212c120e2080d18f7cd (patch) | |
tree | f2a4fbd5744d767bd08411eee0e3a8649b01df2b /config.json | |
parent | e3481a4a35091b32b6fbee80c1c9ba2b6d7b50d6 (diff) |
use delayed db initialisation to allow parsing parameters in main
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 e139d93..1ba9ca3 100644 --- a/config.json +++ b/config.json | |||
@@ -1,6 +1,8 @@ | |||
1 | { | 1 | { |
2 | "server-name": "halfnarp.events.ccc.de", | ||
2 | "host": "127.0.0.1", | 3 | "host": "127.0.0.1", |
3 | "port": 5023, | 4 | "port": 5023, |
5 | "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp", | ||
4 | "pretalx-url": "https://cfp.example.de/", | 6 | "pretalx-url": "https://cfp.example.de/", |
5 | "pretalx-token": "<YOUR API KEY HERE>", | 7 | "pretalx-token": "<YOUR API KEY HERE>", |
6 | "pretalx-conference": "38c3" | 8 | "pretalx-conference": "38c3" |