mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
Update config.yaml.default
This commit is contained in:
parent
3e96f22ace
commit
57bb626fd0
1 changed files with 5 additions and 5 deletions
|
@ -42,14 +42,14 @@ sync:
|
||||||
max_bulk_sync_records: 32
|
max_bulk_sync_records: 32
|
||||||
|
|
||||||
plugins:
|
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`
|
# 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
|
# below would be a plugin at /var/www/turtl/server/plugins/email (see the
|
||||||
# example-plugins/ folder for an email plugin you can use)
|
# example-plugins/ folder for an email plugin you can use)
|
||||||
email:
|
#email:
|
||||||
enabled: false
|
# enabled: false
|
||||||
endpoint: 'smtps://user:password@smtp.gmail.com/?pool=true'
|
# endpoint: 'smtps://user:password@smtp.gmail.com/?pool=true'
|
||||||
defaults: {}
|
# defaults: {}
|
||||||
|
|
||||||
uploads:
|
uploads:
|
||||||
# if set to a path, files will be uploaded to the local filesystem instead of
|
# if set to a path, files will be uploaded to the local filesystem instead of
|
||||||
|
|
Loading…
Reference in a new issue