mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Merge branch 'master' of git://gitorious.org/radicale/radicale
Conflicts: radicale/__init__.py
This commit is contained in:
commit
f8137315c0
7 changed files with 95 additions and 48 deletions
9
config
9
config
|
@ -6,10 +6,11 @@
|
|||
# The current values are the default ones
|
||||
|
||||
[server]
|
||||
# CalDAV server hostname, empty for all hostnames
|
||||
host =
|
||||
# CalDAV server port
|
||||
port = 5232
|
||||
# CalDAV server hostnames separated by a comma
|
||||
# IPv4 syntax: address:port
|
||||
# IPv6 syntax: [address]:port
|
||||
# IPv6 adresses are configured to only allow IPv6 connections
|
||||
hosts = 0.0.0.0:5232
|
||||
# Daemon flag
|
||||
daemon = False
|
||||
# SSL flag, enable HTTPS protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue