moved some hardcoded values to config
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user