Skip to content

Commit 1953972

Browse files
committed
Set port back to 9097
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 8404938 commit 1953972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type (
2525
}
2626

2727
// general options
28-
ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":8080"`
28+
ServerBind string `long:"bind" env:"SERVER_BIND" description:"Server address" default:":9097"`
2929
}
3030
)
3131

0 commit comments

Comments
 (0)