run directory

This commit is contained in:
Jonas_Jones 2022-08-26 20:09:56 +02:00
parent 15fd73f5cd
commit 8c5ef8cbda
25 changed files with 23 additions and 1341 deletions

View file

@ -1,4 +1,4 @@
web.isEnabled=false #whether or not the webserver should be enabled or not | default: true
web.isEnabled=true #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