Skip to content

Commit 8d6b456

Browse files
authored
immdb-server: use P2P topology format for README example (#1707)
2 parents 04c14d5 + d46674f commit 8d6b456

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

ouroboros-consensus-cardano/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,16 +371,25 @@ The ChainSync miniprotocol will terminate with an exception when it receives a `
371371
To point a node to a running ImmDB server, use a topology file like
372372
```json
373373
{
374-
"Producers": [
374+
"bootstrapPeers": [],
375+
"localRoots": [
375376
{
376-
"addr": "127.0.0.1",
377-
"port": 3001,
377+
"accessPoints": [
378+
{
379+
"address": "127.0.0.1",
380+
"port": 3001
381+
}
382+
],
383+
"advertise": false,
384+
"trustable": true,
378385
"valency": 1
379386
}
380-
]
387+
],
388+
"publicRoots": []
381389
}
382390
```
383391

392+
See https://developers.cardano.org/docs/operate-a-stake-pool/node-operations/topology/ for more details.
384393

385394
## snapshot-converter
386395

0 commit comments

Comments
 (0)