Moved Web* to webpackage and added server-to-client configuration (server-side).
This commit is contained in:
parent
1cb49997ae
commit
32aa67a76c
4 changed files with 74 additions and 6 deletions
|
|
@ -13,4 +13,12 @@ webpath: web
|
|||
webserver-bindaddress: 0.0.0.0
|
||||
|
||||
# The TCP-port the webserver will listen on.
|
||||
webserver-port: 8123
|
||||
webserver-port: 8123
|
||||
|
||||
web:
|
||||
# Interval the browser should poll for updates.
|
||||
updaterate: 2000
|
||||
showchatballoon: true
|
||||
shownmaps:
|
||||
defaultmap: DefaultMapType
|
||||
cavemap: CaveMapType
|
||||
Loading…
Add table
Add a link
Reference in a new issue