7 lines
147 B
TOML
7 lines
147 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
|