/
umud/DOC/
umud/DOC/examples/
umud/DOC/internals/
umud/DOC/wizard/
umud/MISC/
umud/MISC/dbchk/
umud/RWHO/rwhod/
# This is a sample boot configuration file.
#
# some of the values in here need to be localized for your site.

#where does logging stuff go? - default is no logging at all
_mudconfig log "/your/home/dir/umud/mud.log"

#it is MANDATORY to configure the local MUD name
_mudconfig name "MyMUD"


#set working directory someplace safe (looks for NEWS and HELP here)
#this is also the place to look for core dumps, if any.
_mudconfig chdir "/your/home/dir/umud"


#/---------set up the database layers---------------/
#CONFIGURED TO USE DIRECTORY HASH
#If you are using the hash directories to store your database, you need
#to make a directory called 'hash', and 11 directories below it, numbered
#from 0 to 10.
#_dbconfig hashpath "/your/home/dir/umud/hash"


#CONFIGURED TO USE DBM CHUNK file
#If you are using dbm or ndbm or gdbm for your database, this has to be
#the base name of your database file (the same name given to loaddb with
#the -f option). For the example below, the database files are really named
#umud_db.db, umud_db.dir, and _umud.pag (if using ndbm), but simply
#umud_db is the base name.
_dbconfig dbfile "/your/home/dir/umud/DB/umud_db


#set the network ports. defaults are 6565 and 6566
_netconfig playport 6565
_netconfig servport 6566