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

  "irc": {
    "server": "0.0.0.0",
    "port": 6697
  }
}