summaryrefslogtreecommitdiff
blob: 4a000714a6208a3713e89073d2c5a64dd389cbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# 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"