mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Don't modify DEFAULT_CONFIG_SCHEMA
This commit is contained in:
parent
2f0a7855a1
commit
91e88091fc
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"value": "False",
|
||||
"help": "use SSL connection",
|
||||
"aliases": ("-s", "--ssl",),
|
||||
"opposite": ["-S", "--no-ssl"],
|
||||
"opposite": ("-S", "--no-ssl",),
|
||||
"type": bool}),
|
||||
("certificate", {
|
||||
"value": "/etc/ssl/radicale.cert.pem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue