4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-15 12:36:41 +00:00
unrealircd/extras/build-tests/nix/configs/default

31 lines
874 B
Plaintext
Raw Normal View History

2022-01-15 05:16:34 +00:00
# These are the settings saved from running './Config'.
# Note that it is not recommended to edit config.settings by hand!
# Chances are you misunderstand what a variable does or what the
# supported values are. You better just re-run the ./Config script
# and answer appropriately there, to get a correct config.settings
# file.
2020-03-29 09:16:53 +00:00
#
BASEPATH=$HOME/unrealircd
BINDIR=$HOME/unrealircd/bin
DATADIR=$HOME/unrealircd/data
CONFDIR=$HOME/unrealircd/conf
MODULESDIR=$HOME/unrealircd/modules
LOGDIR=$HOME/unrealircd/logs
CACHEDIR=$HOME/unrealircd/cache
DOCDIR=$HOME/unrealircd/doc
TMPDIR=$HOME/unrealircd/tmp
PRIVATELIBDIR=$HOME/unrealircd/lib
2022-01-15 05:16:34 +00:00
MAXCONNECTIONS_REQUEST="auto"
2020-03-29 09:16:53 +00:00
NICKNAMEHISTORYLENGTH="2000"
2022-01-15 05:16:34 +00:00
GEOIP="classic"
2020-03-29 09:16:53 +00:00
DEFPERM="0600"
SSLDIR=""
REMOTEINC=""
CURLDIR=""
NOOPEROVERRIDE=""
OPEROVERRIDEVERIFY=""
GENCERTIFICATE="0"
2022-01-15 05:16:34 +00:00
SANITIZER="asan"
EXTRAPARA="--enable-werror"
2020-03-29 09:16:53 +00:00
ADVANCED=""