diff --git a/src/httpsocket/main.go b/src/httpsocket/main.go index bbae1cc..1fbff15 100644 --- a/src/httpsocket/main.go +++ b/src/httpsocket/main.go @@ -11,8 +11,8 @@ import ( type ConfigTOML struct { Config struct { - DefaultHttpPort int `toml:"defaultHttpPort"` - DefaultCacheDir string `toml:"defaultCacheDir"` + DefaultHttpPort int `toml:"httpPort"` + DefaultCacheDir string `toml:"cacheDir"` } `toml:"Config"` }