mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29:19 +02:00
Fixed disabling server through config file having no effect
This commit is contained in:
parent
0b61efa72f
commit
47a8698b7d
43 changed files with 1245 additions and 1362 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue