moved authcode from a flag to config

This commit is contained in:
2021-10-27 01:42:27 +02:00
parent 0b6d31968c
commit 20f95589db
3 changed files with 3 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ type Conf struct {
Steam struct {
Username string
Password string
AuthCode string `yaml:"auth_code"`
APIKey string `yaml:"api_key"`
RatePerSecond int `yaml:"rate_per_sec"`
Sentry string