diff --git a/infra/conf/http.go b/infra/conf/http.go index 9a2e54b9..9232a21c 100644 --- a/infra/conf/http.go +++ b/infra/conf/http.go @@ -53,8 +53,8 @@ type HTTPRemoteConfig struct { type HTTPClientConfig struct { Address *Address `json:"address"` Port uint16 `json:"port"` - Username string `json:user` - Password string `json:pass` + Username string `json:"user"` + Password string `json:"pass"` Level uint32 `json:"level"` Email string `json:"email"` Servers []*HTTPRemoteConfig `json:"servers"`