Skip to content

Commit

Permalink
refactor: add the prometheus key in local.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Nov 27, 2023
1 parent 09ac39f commit b0b69fa
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions local.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
{
"name": "alice",
"node-type": "validator",
"port": 9944
"port": 9944,
"prometheus": false
},
{
"name": "bob",
"node-type": "full",
"port": 9945
"port": 9945,
"prometheus": false

}
]
},
Expand All @@ -21,11 +24,14 @@
"nodes": [
{
"name": "alice",
"node-type": "validator"
"node-type": "validator",
"prometheus": false

},
{
"name": "bob",
"node-type": "full"
"node-type": "full",
"prometheus": false
}
]
}
Expand Down

0 comments on commit b0b69fa

Please sign in to comment.