mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Merge branch 'url' of https://github.com/Unrud/Radicale into Unrud-url
This commit is contained in:
commit
3213495245
5 changed files with 76 additions and 77 deletions
|
@ -151,9 +151,6 @@ def serve(configuration, logger):
|
|||
atexit.register(cleanup)
|
||||
logger.info("Starting Radicale")
|
||||
|
||||
logger.debug(
|
||||
"Base URL prefix: %s", configuration.get("server", "base_prefix"))
|
||||
|
||||
# Create collection servers
|
||||
servers = {}
|
||||
if configuration.getboolean("server", "ssl"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue