mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
config: fix mainnet config ports
Reference: https://docs.neo.org/docs/en-us/node/introduction.html
This commit is contained in:
parent
ec76ed23a5
commit
19918f471d
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ ApplicationConfiguration:
|
|||
# DB: 0
|
||||
# BoltDBOptions:
|
||||
# FilePath: "./chains/mainnet.bolt"
|
||||
NodePort: 20333
|
||||
NodePort: 10333
|
||||
Relay: true
|
||||
DialTimeout: 3
|
||||
ProtoTickInterval: 2
|
||||
|
@ -51,7 +51,7 @@ ApplicationConfiguration:
|
|||
RPC:
|
||||
Enabled: true
|
||||
EnableCORSWorkaround: false
|
||||
Port: 20332
|
||||
Port: 10332
|
||||
Monitoring:
|
||||
Enabled: true
|
||||
Port: 2112
|
||||
|
|
Loading…
Reference in a new issue