Remove useless config keys
This commit is contained in:
parent
a725031bd6
commit
ff535b62b0
7
config
7
config
@ -30,7 +30,7 @@ dns_lookup = True
|
|||||||
# Root URL of Radicale (starting and ending with a slash)
|
# Root URL of Radicale (starting and ending with a slash)
|
||||||
base_prefix = /
|
base_prefix = /
|
||||||
# Message displayed in the client when a password is needed
|
# Message displayed in the client when a password is needed
|
||||||
realm = Radicale - Password Required lol
|
realm = Radicale - Password Required
|
||||||
|
|
||||||
|
|
||||||
[encoding]
|
[encoding]
|
||||||
@ -45,11 +45,6 @@ stock = utf-8
|
|||||||
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http
|
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http
|
||||||
type = None
|
type = None
|
||||||
|
|
||||||
# Usernames used for public collections, separated by a comma
|
|
||||||
public_users = public
|
|
||||||
# Usernames used for private collections, separated by a comma
|
|
||||||
private_users = private
|
|
||||||
|
|
||||||
# Htpasswd filename
|
# Htpasswd filename
|
||||||
htpasswd_filename = /etc/radicale/users
|
htpasswd_filename = /etc/radicale/users
|
||||||
# Htpasswd encryption method
|
# Htpasswd encryption method
|
||||||
|
@ -53,8 +53,6 @@ INITIAL_CONFIG = {
|
|||||||
"stock": "utf-8"},
|
"stock": "utf-8"},
|
||||||
"auth": {
|
"auth": {
|
||||||
"type": "None",
|
"type": "None",
|
||||||
"public_users": "public",
|
|
||||||
"private_users": "private",
|
|
||||||
"htpasswd_filename": "/etc/radicale/users",
|
"htpasswd_filename": "/etc/radicale/users",
|
||||||
"htpasswd_encryption": "crypt",
|
"htpasswd_encryption": "crypt",
|
||||||
"imap_hostname": "localhost",
|
"imap_hostname": "localhost",
|
||||||
|
Loading…
Reference in New Issue
Block a user