mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 03:26:33 +00:00
[Config] Add extra comment for tes3mp-server-default.cfg's localAddress
This commit is contained in:
parent
a7eeba03a1
commit
3603408c67
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
[General]
|
[General]
|
||||||
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
# The default localAddress of 0.0.0.0 makes the server reachable at all of its local addresses
|
||||||
|
# You almost never have to change this
|
||||||
localAddress = 0.0.0.0
|
localAddress = 0.0.0.0
|
||||||
port = 25565
|
port = 25565
|
||||||
maximumPlayers = 64
|
maximumPlayers = 64
|
||||||
hostname = My TES3MP server
|
hostname = TES3MP server
|
||||||
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
# 0 - Verbose (spam), 1 - Info, 2 - Warnings, 3 - Errors, 4 - Only fatal errors
|
||||||
logLevel = 1
|
logLevel = 1
|
||||||
password =
|
password =
|
||||||
|
|
Loading…
Reference in a new issue