Document the HTTPS option in the sample configuration file

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
k0ral 2019-08-18 11:52:09 +02:00 committed by Lukas Fleischer
parent a0305d754f
commit b0ba01d2a7

View File

@ -18,6 +18,10 @@ Path = /path/to/calendar/on/the/server/
# Enable this if you want to skip SSL certificate checks. # Enable this if you want to skip SSL certificate checks.
InsecureSSL = No InsecureSSL = No
# Disable this if you want to use HTTP instead of HTTPS.
# Using plain HTTP is highly discouraged.
HTTPS = Yes
# This option allows you to filter the types of tasks synced. To this end, the # This option allows you to filter the types of tasks synced. To this end, the
# value of this option should be a comma-separated list of item types, where # value of this option should be a comma-separated list of item types, where
# each item type is either "event", "apt", "recur-event", "recur-apt", "todo", # each item type is either "event", "apt", "recur-event", "recur-apt", "todo",