blob: ab6374e029197e0be852e29d77772e54f036e611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"server-name": "halfnarp.events.ccc.de",
"server-secret": "<YOUR SERVER SECRET HERE>",
"host": "127.0.0.1",
"port": 5023,
"websocket-host": "localhost",
"websocket-port": "5042",
"fullnarp-path": "https://halfnarp.events.ccc.de/fullnarp/",
"database-uri": "postgresql://halfnarp@localhost:5432/halfnarp",
"pretalx-url": "https://cfp.example.de/",
"pretalx-token": "<YOUR API KEY HERE>",
"pretalx-conference": "38c3"
}
|