We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e907c commit c6596a6Copy full SHA for c6596a6
1 file changed
config/config.go
@@ -11,7 +11,7 @@ import (
11
type Config struct {
12
LogLevelDebug bool `arg:"--logDebug,env:LOG_LEVEL_DEBUG" default:"false" help:"Debug log level active"`
13
LogJsonOutput bool `arg:"--logJsonOutput,env:LOG_JSON_OUTPUT" default:"false" help:"Json log output"`
14
- RenderTimeoutInSeconds int `arg:"--renderTimeout env:RENDER_TIMEOUT" default:"30" help:"Render timeout in seconds"`
+ RenderTimeoutInSeconds int `arg:"--renderTimeout,env:RENDER_TIMEOUT" default:"30" help:"Render timeout in seconds"`
15
WorkerInstances int `arg:"--workerInstances,env:WORKER_INSTANCES" default:"30"`
16
17
Port int `arg:"env" default:"8000" help:"Server port"`
0 commit comments