Fix config template: host/path -> url

This commit is contained in:
Markus Unterwaditzer
2026-04-26 21:10:15 +02:00
committed by Markus Unterwaditzer
parent f079bda4fe
commit 6aa3491a6c

3
dist/config.toml.in vendored
View File

@@ -52,8 +52,7 @@ wifi_enabled = false
# worker runs.
#
# [webdav]
# host = "https://dav.example.com"
# remote_path = "/rayhunter"
# url = "https://dav.example.com/rayhunter"
# # HTTP Basic auth. Both fields are optional; a password without a username is
# # rejected and the request is sent unauthenticated.
# username = "user"