remove some stale server config info
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"url:": "https://mx.example.com",
|
||||
"username": "admin@example.com",
|
||||
"password": "password"
|
||||
"caldav_url:": "https://mx.example.com"
|
||||
}
|
||||
|
||||
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user