diff --git a/conf/conf.go b/conf/conf.go index 1d70b4e..b009733 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -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'"`