From 27db823c46c83b13b4cf36c865471633da74816e Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 12 Oct 2024 21:29:51 +0200 Subject: Use pretalx instead of frab --- config-example.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config-example.json') diff --git a/config-example.json b/config-example.json index 5c4e4bc..6afccea 100644 --- a/config-example.json +++ b/config-example.json @@ -1,19 +1,19 @@ { "track": "polsoc", "track-name": "Ethics%2C+Society+%26+Politics", + "track-id": 7, "host": "127.0.0.1", "port": 5000, - "frab-url": "https://frab.cccv.de/", - "frab-user": "", - "frab-password": "", - "frab-conference": "36C3", + "pretalx-url": "https://cfp.cccv.de/", + "pretalx-token": "", + "pretalx-conference": "38c3", "rt-url": "https://rt.cccv.de/", "rt-user": "", "rt-password": "", "categories": [ "Relevanz", "Expertise", "Praesentation", "Nachfrage" ], - "frab-person-map": { - "anna": 12345, - "ben": 6789 + "pretalx-person-map": { + "anna": "", + "ben": "" }, "rt-person-map": { "anna": "anna@mail.org", -- cgit v1.2.3