remove some stale server config info

This commit is contained in:
2026-08-01 21:42:12 -04:00
parent 9b0dea64fc
commit c3bee53ade
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -7,9 +7,7 @@ import (
)
type Config struct {
URL string `json:"url"`
Username string `json:"username"`
Password string `json:"password"`
URL string `json:"caldav_url"`
}
var serverConfig Config