summaryrefslogtreecommitdiff
path: root/conf.json.sample
blob: aaf5d8db4d385380b27ff7540989244369135516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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,
    "inbound_packet_size": 2048
  }
}