Fixed disabling server through config file having no effect

This commit is contained in:
Jonas_Jones 2022-07-25 14:53:21 +02:00
parent 0b61efa72f
commit 47a8698b7d
43 changed files with 1245 additions and 1362 deletions

View file

@ -1,4 +1,4 @@
web.isEnabled=true #whether or not the webserver should be enabled or not | default: true
web.isEnabled=false #whether or not the webserver should be enabled or not | default: true
web.port=8080 #The port of the webserver | default: 8080
web.root=./webserver/ #the root directory of the webserver, starting from the main server directory | default: webserver/
web.file.root=index.html #the name of the html file for the homepage | default: index.html