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:
Greg Taylor 2007-07-15 01:16:02 +00:00
parent 270f7e7128
commit debb34aae9
2 changed files with 7 additions and 5 deletions

View file

@ -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'