Skip to content

Commit 4491e24

Browse files
committed
testnetTmpl: update for legacy cfg w/ localhost prom
1 parent fba0bfb commit 4491e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cardano-lib/testnet-template/config-legacy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"TracingVerbosity": "NormalVerbosity",
6666
"TurnOnLogMetrics": true,
6767
"TurnOnLogging": true,
68+
"UseTraceDispatcher": false,
6869
"defaultBackends": [
6970
"KatipBK"
7071
],
@@ -76,7 +77,7 @@
7677
],
7778
"hasEKG": 12788,
7879
"hasPrometheus": [
79-
"0.0.0.0",
80+
"127.0.0.1",
8081
12798
8182
],
8283
"minSeverity": "Debug",

0 commit comments

Comments
 (0)