Skip to content

Commit

Permalink
fix api node example config
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jan 31, 2024
1 parent 0c6cafa commit 615dccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/usr/share/x1/configs/testnet/api-node.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[Node]
Testnet = true

[Node.P2P]
ListenAddr = ":5050"

# RPC server
HTTPHost = "0.0.0.0"
HTTPVirtualHosts = ["*"]
Expand Down Expand Up @@ -33,6 +30,9 @@ WSModules = [
"txpool",
]

[Node.P2P]
ListenAddr = ":5050"

[Opera]
AllowSnapsync = true

Expand Down

0 comments on commit 615dccf

Please sign in to comment.