Mux.config

From TinyMUX
Jump to navigation Jump to search

The title of this article is shown beginning with a capital letter due to technical restrictions. The correct title is mux.config

This is the default mux.config file from the TinyMUX 2.4.2.29. Check your specific version in the case of any differences.

# mux.config - constants for mux shell scripts
#
# Change these variables as appropriate
#
# NOTE: GAMENAME, DATA, and TEXT here -must- agree with the settings in
# your $GAMENAME.conf file.  The ./Startmux, ./Backup, and _backupflat.sh
# scripts depend on this assumption.
#
BIN=./bin
TEXT=./text
DATA=./data
GAMENAME=netmux
OWNER=mux_admin@your_site.your_domain
#
#       If you use compression, uncomment this and put the extension here.
#
#COMPRESSION=.gz
#
#       You should never need to change these.
#
NEW_DB=$GAMENAME.db.new$COMPRESSION
INPUT_DB=$GAMENAME.db$COMPRESSION
GDBM_DB=$GAMENAME
CRASH_DB=$GAMENAME.db.CRASH
SAVE_DB=$GAMENAME.db.old$COMPRESSION
PIDFILE=$GAMENAME.pid

For those running TinyMUX on Windows, the equivalent of this file is muxconfig.vbs.