blob: d34e97b9fe201877401ecafaad17bdae9d6a68c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"server-name": "halfnarp.events.ccc.de",
"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"
}
|