2011-07-29 14:45:46 +00:00
|
|
|
## Path: Applications/quasselcore
|
|
|
|
## Description: Basic configuration for the quassel core daemon
|
|
|
|
|
|
|
|
## Type: ip
|
|
|
|
## Default "127.0.0.1"
|
|
|
|
## ServiceReload: quasselcore
|
|
|
|
#
|
|
|
|
# Interfaces the quassel core should listen on
|
|
|
|
#
|
2013-10-14 20:04:49 +00:00
|
|
|
QUASSELCORE_LISTEN="127.0.0.1"
|
2011-07-29 14:45:46 +00:00
|
|
|
|
2018-05-11 11:22:53 +00:00
|
|
|
## Type: integer
|
|
|
|
## Default: 4242
|
|
|
|
## ServiceReload: quasselcore
|
|
|
|
#
|
|
|
|
# TCP port the quassel core should listen on
|
|
|
|
#
|
|
|
|
QUASSELCORE_PORT="4242"
|