diff --git a/cmd/mtwebmapper/config.go b/cmd/mtwebmapper/config.go index f4c5f0a..bb2bfda 100644 --- a/cmd/mtwebmapper/config.go +++ b/cmd/mtwebmapper/config.go @@ -24,7 +24,7 @@ type config struct { MapDir string `toml:"map"` RedisPort int `toml:"redis_port"` RedisHost string `toml:"redis_host"` - ColorsFile string `toml:"update_hosts"` + ColorsFile string `toml:"colors"` BGColor string `toml:"background"` Workers int `toml:"workers"` Transparent bool `toml:"transparent"`