Skip to content

Commit

Permalink
don't need steam apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkoo committed Aug 24, 2024
1 parent e2f2abb commit 0d7a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Conf struct {
FaceitApiKey string `arg:"--faceitApiKey, env:FACEIT_APIKEY" help:"Faceit Server API key. Get it at https://developers.faceit.com/docs/auth/api-keys"`
FaceitOAuthClientId string `arg:"--faceitOAuthClientId, env:FACEIT_OAUTH_CLIENT_ID"`
FaceitOAuthClientSecret string `arg:"--faceitOAuthClientSecret, env:FACEIT_OAUTH_CLIENT_SECRET"`
SteamWebApiKey string `arg:"--steamWebApiKey, required, env:STEAM_WEB_APIKEY"`
SteamWebApiKey string `arg:"--steamWebApiKey, env:STEAM_WEB_APIKEY"`
Listen string `arg:"--listen, env:LISTEN" default:"127.0.0.1"`
Port int `arg:"--port, env:PORT" default:"8080" help:"Server port"`
Mode Mode `arg:"--mode, env:MODE" default:"dev" help:"Runtime environment mode, one of 'dev', 'prod'"`
Expand Down

0 comments on commit 0d7a0ed

Please sign in to comment.