diff options
Diffstat (limited to 'config-example.json')
-rw-r--r-- | config-example.json | 14 |
1 files changed, 7 insertions, 7 deletions
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 @@ | |||
1 | { | 1 | { |
2 | "track": "polsoc", | 2 | "track": "polsoc", |
3 | "track-name": "Ethics%2C+Society+%26+Politics", | 3 | "track-name": "Ethics%2C+Society+%26+Politics", |
4 | "track-id": 7, | ||
4 | "host": "127.0.0.1", | 5 | "host": "127.0.0.1", |
5 | "port": 5000, | 6 | "port": 5000, |
6 | "frab-url": "https://frab.cccv.de/", | 7 | "pretalx-url": "https://cfp.cccv.de/", |
7 | "frab-user": "<FRAB-USER>", | 8 | "pretalx-token": "<PRETALX-TOKEN>", |
8 | "frab-password": "<FRAB-PASSWORD>", | 9 | "pretalx-conference": "38c3", |
9 | "frab-conference": "36C3", | ||
10 | "rt-url": "https://rt.cccv.de/", | 10 | "rt-url": "https://rt.cccv.de/", |
11 | "rt-user": "<RT-USER>", | 11 | "rt-user": "<RT-USER>", |
12 | "rt-password": "<RT-PASS>", | 12 | "rt-password": "<RT-PASS>", |
13 | "categories": [ "Relevanz", "Expertise", "Praesentation", "Nachfrage" ], | 13 | "categories": [ "Relevanz", "Expertise", "Praesentation", "Nachfrage" ], |
14 | "frab-person-map": { | 14 | "pretalx-person-map": { |
15 | "anna": 12345, | 15 | "anna": "", |
16 | "ben": 6789 | 16 | "ben": "" |
17 | }, | 17 | }, |
18 | "rt-person-map": { | 18 | "rt-person-map": { |
19 | "anna": "anna@mail.org", | 19 | "anna": "anna@mail.org", |