From e8b020e28ca377868ff8aad8418372debc910ae6 Mon Sep 17 00:00:00 2001 From: User Content Date: Wed, 30 Oct 2019 01:11:47 +0000 Subject: Initial commit --- config-example.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config-example.json (limited to 'config-example.json') diff --git a/config-example.json b/config-example.json new file mode 100644 index 0000000..5c4e4bc --- /dev/null +++ b/config-example.json @@ -0,0 +1,22 @@ +{ + "track": "polsoc", + "track-name": "Ethics%2C+Society+%26+Politics", + "host": "127.0.0.1", + "port": 5000, + "frab-url": "https://frab.cccv.de/", + "frab-user": "", + "frab-password": "", + "frab-conference": "36C3", + "rt-url": "https://rt.cccv.de/", + "rt-user": "", + "rt-password": "", + "categories": [ "Relevanz", "Expertise", "Praesentation", "Nachfrage" ], + "frab-person-map": { + "anna": 12345, + "ben": 6789 + }, + "rt-person-map": { + "anna": "anna@mail.org", + "ben": "ben@mailbox.com" + } +} -- cgit v1.2.3