mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
rename backend from "None" to "none"
This commit is contained in:
parent
5d27265d5c
commit
6edaf27a38
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ INITIAL_CONFIG = OrderedDict([
|
||||||
"type": str})])),
|
"type": str})])),
|
||||||
("auth", OrderedDict([
|
("auth", OrderedDict([
|
||||||
("type", {
|
("type", {
|
||||||
"value": "None",
|
"value": "none",
|
||||||
"help": "authentication method",
|
"help": "authentication method",
|
||||||
"type": str}),
|
"type": str}),
|
||||||
("htpasswd_filename", {
|
("htpasswd_filename", {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue