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