1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
options:
certificate-days:
type: int
default: 1461
description: "Server certificate validity (in days)"
key-size:
type: int
default: 2048
description: "Server certificate RSA key size (in bits)"
listen-port:
type: int
default: 4242
description: "The port on which quassel-core should listen for client connections"
log-keep-days:
type: int
default: 84
description: "Time keep rotated /var/log/quassel/core.log archives (in days)"
log-level:
type: string
default: "Info"
description: "Minimum syslog log level. Valid values: Debug, Info, Warning, Error."
|