You may now specify a list of ports in settings.py to listen on instead of just a straight integer value. You'll need to copy GAMEPORTS from settings.py.dist if you have an existing game.
This commit is contained in:
parent
270f7e7128
commit
debb34aae9
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# A list of ports to listen on.
|
||||
GAMEPORTS = [4000]
|
||||
|
||||
# The port for the game to run on.
|
||||
GAMEPORT = 4000
|
||||
# The name of the server log file.
|
||||
LOGFILE = 'logs/evennia.log'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue