mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Update config file
This commit is contained in:
parent
86bf31e9a3
commit
103315c204
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,6 @@ main parameters:
|
||||||
# Access method
|
# Access method
|
||||||
# Value: None | htpasswd | LDAP
|
# Value: None | htpasswd | LDAP
|
||||||
type = None
|
type = None
|
||||||
# Personal calendars only available for logged in users
|
|
||||||
personal = True
|
|
||||||
# Htpasswd filename
|
# Htpasswd filename
|
||||||
htpasswd_filename = /etc/radicale/users
|
htpasswd_filename = /etc/radicale/users
|
||||||
# Htpasswd encryption method
|
# Htpasswd encryption method
|
||||||
|
@ -210,6 +208,8 @@ main parameters:
|
||||||
config = /etc/radicale/logging
|
config = /etc/radicale/logging
|
||||||
# Set the default logging level to debug
|
# Set the default logging level to debug
|
||||||
debug = False
|
debug = False
|
||||||
|
# Store all environment variables (including those set in the shell)
|
||||||
|
full_environment = False
|
||||||
|
|
||||||
This configuration file is read each time the server is launched. If some
|
This configuration file is read each time the server is launched. If some
|
||||||
values are not given, the default ones are used. If no configuration file is
|
values are not given, the default ones are used. If no configuration file is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue