From fe851ee7ea31caa48a6d9a8ce1ddbb30854f2321 Mon Sep 17 00:00:00 2001 From: stale Date: Fri, 1 Jul 2022 20:53:11 -0300 Subject: more config options and a good refactoring --- conf.json.sample | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'conf.json.sample') 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 + } } -- cgit v1.2.3