1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Fix indentation of config file

This commit is contained in:
Guillaume Ayoub 2012-07-02 14:16:23 +02:00
parent 8d0862f207
commit bb43ae5d56

View file

@ -377,16 +377,16 @@ configuration file, with the main parameters:
filesystem_folder = ~/.config/radicale/collections filesystem_folder = ~/.config/radicale/collections
[logging] [logging]
# Logging configuration file # Logging configuration file
# If no config is given, simple information is printed on the standard output # If no config is given, simple information is printed on the standard output
# For more information about the syntax of the configuration file, see: # For more information about the syntax of the configuration file, see:
# http://docs.python.org/library/logging.config.html # http://docs.python.org/library/logging.config.html
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) # Store all environment variables (including those set in the shell)
full_environment = False 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