You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-irc/quassel/files/quasselcore.conf

23 lines
721 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/files/quasselcore.conf,v 1.6 2015/02/02 02:52:50 patrick Exp $
# Loglevel Debug|Info|Warning|Error. Default is: Info
# The logfile is located at /var/log/quassel.log.
#LOGLEVEL="Info"
# The address(es) quasselcore will listen on. Default is 0.0.0.0
#LISTEN="0.0.0.0"
# The port quasselcore will listen at. Default is: 4242
#PORT="4242"
# User we want our daemon to run under.
#QUASSEL_USER="quassel"
# Directory we store all quasselcore content.
#CONFIGDIR="/var/lib/quassel"
# File quasselcore will log all its events into.
#LOGFILE="/var/log/quassel.log"