Allow disabling of certificate verification for WebDAV (#98)

This commit is contained in:
Frederik Ring
2022-04-20 14:16:59 +02:00
committed by GitHub
parent a654097e59
commit 94a1edc4ad
4 changed files with 21 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ type Config struct {
EmailSMTPUsername string `envconfig:"EMAIL_SMTP_USERNAME"`
EmailSMTPPassword string `envconfig:"EMAIL_SMTP_PASSWORD"`
WebdavUrl string `split_words:"true"`
WebdavUrlInsecure bool `split_words:"true"`
WebdavPath string `split_words:"true" default:"/"`
WebdavUsername string `split_words:"true"`
WebdavPassword string `split_words:"true"`