config: update configurations for Consensus

This commit is contained in:
Roman Khimov 2022-12-05 18:22:57 +03:00
parent 883c6c5286
commit 0efa9c5fc3
6 changed files with 28 additions and 16 deletions

View file

@ -81,6 +81,8 @@ ApplicationConfiguration:
Enabled: false
Addresses:
- ":20014"
Consensus:
Enabled: true
UnlockWallet:
Path: "/wallet4.json"
Password: "four"

View file

@ -80,6 +80,8 @@ ApplicationConfiguration:
Pprof:
Enabled: false
Port: 20011
Consensus:
Enabled: true
UnlockWallet:
Path: "/wallet1.json"
Password: "one"

View file

@ -72,6 +72,8 @@ ApplicationConfiguration:
Enabled: false
Addresses:
- ":20011"
Consensus:
Enabled: true
UnlockWallet:
Path: "/wallet1.json"
Password: "one"

View file

@ -81,6 +81,8 @@ ApplicationConfiguration:
Enabled: false
Addresses:
- ":20013"
Consensus:
Enabled: true
UnlockWallet:
Path: "/wallet3.json"
Password: "three"

View file

@ -81,6 +81,8 @@ ApplicationConfiguration:
Enabled: false
Addresses:
- ":20012"
Consensus:
Enabled: true
UnlockWallet:
Path: "/wallet2.json"
Password: "two"

View file

@ -44,6 +44,8 @@ ApplicationConfiguration:
MaxPeers: 10
AttemptConnPeers: 5
Relay: true
Consensus:
Enabled: true
UnlockWallet:
Path: "../testdata/wallet1_solo.json"
Password: "one"