mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Move internal options to other sections
This commit is contained in:
parent
8e3465b5d4
commit
180e96b332
10 changed files with 36 additions and 37 deletions
|
@ -200,7 +200,7 @@ def serve(configuration, shutdown_socket):
|
|||
logger.info("Starting Radicale")
|
||||
# Copy configuration before modifying
|
||||
configuration = configuration.copy()
|
||||
configuration.update({"_internal": {"internal_server": "True"}}, "server",
|
||||
configuration.update({"server": {"_internal_server": "True"}}, "server",
|
||||
privileged=True)
|
||||
|
||||
use_ssl = configuration.get("server", "ssl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue