diff options
Diffstat (limited to 'conf.json.sample')
-rw-r--r-- | conf.json.sample | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/conf.json.sample b/conf.json.sample index 7ca5bec..10ec4f5 100644 --- a/conf.json.sample +++ b/conf.json.sample @@ -1,4 +1,19 @@ { - "area_limit": 22500, - "room_limit": 16 + "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 + } } |