mimud/
mimud/doc/
MUD_PORT = 4000        # The port your server should run on.
MUD_HOST = '127.0.0.1' # The host your server should run on.
MIN_NAME = 3           # The shortest name a player can enter.
MAX_NAME = 14          # The longest name a player can enter.