summaryrefslogtreecommitdiff
path: root/config-example.json
diff options
context:
space:
mode:
authorUser Content <content@content.events.ccc.de>2019-10-30 01:11:47 +0000
committerUser Content <content@content.events.ccc.de>2019-10-30 01:11:47 +0000
commite8b020e28ca377868ff8aad8418372debc910ae6 (patch)
tree53f318f05093e9cbde83e91f2c58035aedf2d7f0 /config-example.json
Initial commit
Diffstat (limited to 'config-example.json')
-rw-r--r--config-example.json22
1 files changed, 22 insertions, 0 deletions
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 @@
1{
2 "track": "polsoc",
3 "track-name": "Ethics%2C+Society+%26+Politics",
4 "host": "127.0.0.1",
5 "port": 5000,
6 "frab-url": "https://frab.cccv.de/",
7 "frab-user": "<FRAB-USER>",
8 "frab-password": "<FRAB-PASSWORD>",
9 "frab-conference": "36C3",
10 "rt-url": "https://rt.cccv.de/",
11 "rt-user": "<RT-USER>",
12 "rt-password": "<RT-PASS>",
13 "categories": [ "Relevanz", "Expertise", "Praesentation", "Nachfrage" ],
14 "frab-person-map": {
15 "anna": 12345,
16 "ben": 6789
17 },
18 "rt-person-map": {
19 "anna": "anna@mail.org",
20 "ben": "ben@mailbox.com"
21 }
22}