config: fix mainnet config ports

Reference: https://docs.neo.org/docs/en-us/node/introduction.html
This commit is contained in:
Roman Khimov 2019-11-06 11:55:54 +03:00
parent ec76ed23a5
commit 19918f471d

View file

@ -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