Skip to content

Commit

Permalink
- Enable autopeering in the config_alphanet.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed Jul 13, 2022
1 parent 1653bf6 commit 66b6479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config_alphanet.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"path": "alphanet/p2pstore"
},
"autopeering": {
"enabled": true,
"entryNodes": [
"/dns/entry-hornet-0.h.alphanet.iotaledger.net/udp/14626/autopeering/Bv8UUxy81fqpttowiFiBsNT6mnGMFoFNjk79iG1f9nEr",
"/dns/entry-hornet-1.h.alphanet.iotaledger.net/udp/14626/autopeering/CbYtFzRQtqeNQJQFYRZk1WewxfKCmqXCHZ16od1d23PX"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
cap_drop:
- ALL
volumes:
- ./config_defaults.json:/app/config.json:ro
- ./config_alphanet.json:/app/config.json:ro
- ./peering.json:/app/peering.json
- ./alphanet:/app/alphanet
command:
Expand Down

0 comments on commit 66b6479

Please sign in to comment.