Skip to content

Commit 24acc22

Browse files
committed
fix: metrics port matches IOHK cardano-submit-api
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 05c0727 commit 24acc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var globalConfig = &Config{
5353
ListenAddress: "",
5454
ListenPort: 8090,
5555
MetricsAddress: "",
56-
MetricsPort: 8091,
56+
MetricsPort: 8081,
5757
},
5858
Debug: DebugConfig{
5959
ListenAddress: "localhost",

0 commit comments

Comments
 (0)