remove some stale server config info
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
|||||||
{
|
{
|
||||||
"url:": "https://mx.example.com",
|
"caldav_url:": "https://mx.example.com"
|
||||||
"username": "admin@example.com",
|
|
||||||
"password": "password"
|
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-3
@@ -7,9 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
URL string `json:"url"`
|
URL string `json:"caldav_url"`
|
||||||
Username string `json:"username"`
|
|
||||||
Password string `json:"password"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var serverConfig Config
|
var serverConfig Config
|
||||||
|
|||||||
Reference in New Issue
Block a user