forked from TrueCloudLab/neoneo-go
config: add dummy consensus config section into files
Just to make it easier to configure.
This commit is contained in:
parent
0efa9c5fc3
commit
dbb798d4b7
5 changed files with 25 additions and 0 deletions
|
@ -58,6 +58,11 @@ ApplicationConfiguration:
|
||||||
AttemptConnPeers: 20
|
AttemptConnPeers: 20
|
||||||
MinPeers: 5
|
MinPeers: 5
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: false
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "/cn_wallet.json"
|
||||||
|
Password: "pass"
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
AllowedContentTypes:
|
AllowedContentTypes:
|
||||||
|
|
|
@ -70,6 +70,11 @@ ApplicationConfiguration:
|
||||||
AttemptConnPeers: 20
|
AttemptConnPeers: 20
|
||||||
MinPeers: 10
|
MinPeers: 10
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: false
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "/cn_wallet.json"
|
||||||
|
Password: "pass"
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
AllowedContentTypes:
|
AllowedContentTypes:
|
||||||
|
|
|
@ -49,6 +49,11 @@ ApplicationConfiguration:
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: false
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "/cn_wallet.json"
|
||||||
|
Password: "pass"
|
||||||
P2PNotary:
|
P2PNotary:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
UnlockWallet:
|
UnlockWallet:
|
||||||
|
|
|
@ -58,6 +58,11 @@ ApplicationConfiguration:
|
||||||
AttemptConnPeers: 20
|
AttemptConnPeers: 20
|
||||||
MinPeers: 5
|
MinPeers: 5
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: false
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "/cn_wallet.json"
|
||||||
|
Password: "pass"
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
AllowedContentTypes:
|
AllowedContentTypes:
|
||||||
|
|
|
@ -73,6 +73,11 @@ ApplicationConfiguration:
|
||||||
AttemptConnPeers: 20
|
AttemptConnPeers: 20
|
||||||
MinPeers: 10
|
MinPeers: 10
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: false
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "/cn_wallet.json"
|
||||||
|
Password: "pass"
|
||||||
Oracle:
|
Oracle:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
AllowedContentTypes:
|
AllowedContentTypes:
|
||||||
|
|
Loading…
Reference in a new issue