8 lines
148 B
TOML
8 lines
148 B
TOML
[network]
|
|
# Parity will listen for connections on port 30305.
|
|
port = 30305
|
|
|
|
[rpc]
|
|
# JSON-RPC over HTTP will be accessible on port 8645.
|
|
port = 8645
|