1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: remove clean up related parameters

This commit is contained in:
Ferdinand Mütsch
2020-11-07 12:34:17 +01:00
parent 2f12d8efde
commit 7befb82814
5 changed files with 1 additions and 8 deletions

View File

@@ -34,7 +34,6 @@ var (
)
type appConfig struct {
CleanUp bool `default:"false" env:"WAKAPI_CLEANUP"`
AggregationTime string `yaml:"aggregation_time" default:"02:15" env:"WAKAPI_AGGREGATION_TIME"`
CustomLanguages map[string]string `yaml:"custom_languages"`
LanguageColors map[string]string `yaml:"-"`