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"
UnlockWallet:
Path: "/wallet4.json"
Password: "four"
Consensus:
Enabled: true
UnlockWallet:
Path: "/wallet4.json"
Password: "four"

View file

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

View file

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

View file

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

View file

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

View file

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