We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8404938 commit 1953972Copy full SHA for 1953972
1 file changed
config/opts.go
@@ -25,7 +25,7 @@ type (
25
}
26
27
// general options
28
- ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":8080"`
+ ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":9097"`
29
30
)
31
0 commit comments