~paulgear/charms/trusty/quassel-core/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Paul Gear
  • Date: 2014-11-17 03:25:32 UTC
  • Revision ID: paul.gear@canonical.com-20141117032532-se85622n97x4se60
Add warning about certificate change

Show diffs side-by-side

added added

removed removed

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