mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Fixed mapping of color in configuration.
This commit is contained in:
parent
c17bca9c94
commit
f533ed71e7
@ -24,7 +24,7 @@ type config struct {
|
|||||||
MapDir string `toml:"map"`
|
MapDir string `toml:"map"`
|
||||||
RedisPort int `toml:"redis_port"`
|
RedisPort int `toml:"redis_port"`
|
||||||
RedisHost string `toml:"redis_host"`
|
RedisHost string `toml:"redis_host"`
|
||||||
ColorsFile string `toml:"update_hosts"`
|
ColorsFile string `toml:"colors"`
|
||||||
BGColor string `toml:"background"`
|
BGColor string `toml:"background"`
|
||||||
Workers int `toml:"workers"`
|
Workers int `toml:"workers"`
|
||||||
Transparent bool `toml:"transparent"`
|
Transparent bool `toml:"transparent"`
|
||||||
|
Loading…
Reference in New Issue
Block a user