blob: 10ec4f576e7f7511922bd5808a6b480c61c89826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"paths": {
"cert": "cert.pem",
"pkey": "cert.rsa",
"assets": "assets/",
"index_page": "assets/index.html",
"room_page": "assets/room.html"
},
"server": {
"listen_on": "0.0.0.0:31235"
},
"limits": {
"board_area": 22500,
"room_slots": 16,
"form_size": 4096
}
}
|