added config option for password

This commit is contained in:
2021-10-05 19:45:57 +02:00
parent 618a23627d
commit 1e9c653c7d
4 changed files with 7 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ type Conf struct {
}
Steam struct {
Username string
Password string
APIKey string `yaml:"api_key"`
RatePerSecond int `yaml:"rate_per_sec"`
}