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

View file

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

View file

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

View file

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

View file

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

View file

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