Add a default logging configuration file, and small typo fixes
This commit is contained in:
9
config
9
config
@ -1,3 +1,6 @@
|
||||
# -*- mode: conf -*-
|
||||
# vim:ft=cfg
|
||||
|
||||
# Config file for Radicale - A simple calendar server
|
||||
#
|
||||
# Place it into /etc/radicale/config (global)
|
||||
@ -5,6 +8,7 @@
|
||||
#
|
||||
# The current values are the default ones
|
||||
|
||||
|
||||
[server]
|
||||
# CalDAV server hostnames separated by a comma
|
||||
# IPv4 syntax: address:port
|
||||
@ -31,6 +35,7 @@ stock = utf-8
|
||||
# Value: None | htpasswd | LDAP
|
||||
type = None
|
||||
# Personal calendars only available for logged in users
|
||||
# If True, /alice/calendar will only be available for alice
|
||||
personal = False
|
||||
# Htpasswd filename
|
||||
htpasswd_filename = /etc/radicale/users
|
||||
@ -55,6 +60,4 @@ folder = ~/.config/radicale/calendars
|
||||
# http://docs.python.org/library/logging.config.html
|
||||
config = /etc/radicale/logging
|
||||
# Set the default logging level to debug
|
||||
debug = False
|
||||
|
||||
# vim:ft=cfg
|
||||
debug = False
|
Reference in New Issue
Block a user