From 4182581f3d540d0a3c95d212c120e2080d18f7cd Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 22 Dec 2024 23:59:10 +0100 Subject: use delayed db initialisation to allow parsing parameters in main --- config.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index e139d93..1ba9ca3 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,8 @@ { + "server-name": "halfnarp.events.ccc.de", "host": "127.0.0.1", "port": 5023, + "database-uri": "postgresql://halfnarp@localhost:5432/halfnarp", "pretalx-url": "https://cfp.example.de/", "pretalx-token": "", "pretalx-conference": "38c3" -- cgit v1.2.3