moved some hardcoded values to config

This commit is contained in:
2021-10-27 10:29:51 +02:00
parent 9019a19369
commit 25b153900f
4 changed files with 41 additions and 11 deletions

View File

@@ -57,6 +57,11 @@ type Conf struct {
Port int
}
}
Csgowtfd struct {
ProfileUpdate string `yaml:"profile_update"`
SharecodeUpdate string `yaml:"sharecode_update"`
DemosExpire int `yaml:"demos_expire"`
}
}
type CommunityXML struct {