Changed disable-webserver and jsonfile to default false
This commit is contained in:
parent
3c1bde1092
commit
e1f2ca26d6
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ webserver-bindaddress: 0.0.0.0
|
||||||
webserver-port: 8123
|
webserver-port: 8123
|
||||||
|
|
||||||
# Disables Webserver portion of Dynmap (Advanced users only)
|
# Disables Webserver portion of Dynmap (Advanced users only)
|
||||||
disable-webserver: true
|
disable-webserver: false
|
||||||
|
|
||||||
# Writes JSON to file in the webpath
|
# Writes JSON to file in the webpath
|
||||||
jsonfile: true
|
jsonfile: false
|
||||||
|
|
||||||
# How often the json file gets written to(in seconds)
|
# How often the json file gets written to(in seconds)
|
||||||
jsonfile-interval: 1000
|
jsonfile-interval: 1000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue