From 57bb626fd076d43512c74c0db031a5d667c8841d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 25 Nov 2021 12:32:13 +0100 Subject: [PATCH] Update config.yaml.default --- conf/config.yaml.default | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.yaml.default b/conf/config.yaml.default index b7ddd1d..d284176 100644 --- a/conf/config.yaml.default +++ b/conf/config.yaml.default @@ -42,14 +42,14 @@ sync: max_bulk_sync_records: 32 plugins: - plugin_location: '__FINALPATH__/example-plugins' + #plugin_location: '__FINALPATH__/example-plugins' # each key here corresponds to a folder name in the plugins folder, so `email` # below would be a plugin at /var/www/turtl/server/plugins/email (see the # example-plugins/ folder for an email plugin you can use) - email: - enabled: false - endpoint: 'smtps://user:password@smtp.gmail.com/?pool=true' - defaults: {} + #email: + # enabled: false + # endpoint: 'smtps://user:password@smtp.gmail.com/?pool=true' + # defaults: {} uploads: # if set to a path, files will be uploaded to the local filesystem instead of