Rework basic auth

This commit is contained in:
Ben Sarmiento
2024-01-10 23:42:14 +01:00
parent 124de7c01c
commit 0ea5d55b8a
5 changed files with 42 additions and 16 deletions

View File

@@ -37,8 +37,8 @@ type ZurgConfig struct {
Host string `yaml:"host" json:"host"`
Port string `yaml:"port" json:"port"`
Username string `yaml:"username" json:"username"`
Password string `yaml:"password" json:"password"`
Username string `yaml:"webdav_username" json:"webdav_username"`
Password string `yaml:"webdav_password" json:"webdav_password"`
NumOfWorkers int `yaml:"concurrent_workers" json:"concurrent_workers"`
RefreshEverySeconds int `yaml:"check_for_changes_every_secs" json:"check_for_changes_every_secs"`