1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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-USER>",
"frab-password": "<FRAB-PASSWORD>",
"frab-conference": "36C3",
"rt-url": "https://rt.cccv.de/",
"rt-user": "<RT-USER>",
"rt-password": "<RT-PASS>",
"categories": [ "Relevanz", "Expertise", "Praesentation", "Nachfrage" ],
"frab-person-map": {
"anna": 12345,
"ben": 6789
},
"rt-person-map": {
"anna": "anna@mail.org",
"ben": "ben@mailbox.com"
}
}
|