1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

change default, remove leftover

This commit is contained in:
Peter Bieringer 2024-09-30 21:43:50 +02:00
parent 0505b7b603
commit ba9776d688
4 changed files with 3 additions and 4 deletions

View file

@ -246,7 +246,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"help": "permit delete of a collection",
"type": bool}),
("permit_overwrite_collection", {
"value": "False",
"value": "True",
"help": "permit overwrite of a collection",
"type": bool}),
("file", {