forked from TrueCloudLab/frostfs-dev-env
38 lines
776 B
YAML
38 lines
776 B
YAML
ProtocolConfiguration:
|
|
Magic: 56753
|
|
SecondsPerBlock: 15
|
|
MemPoolSize: 50000
|
|
StandbyValidators:
|
|
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
|
SeedList:
|
|
- 172.200.0.1:20333
|
|
VerifyBlocks: true
|
|
VerifyTransactions: true
|
|
|
|
ApplicationConfiguration:
|
|
DBConfiguration:
|
|
Type: "boltdb"
|
|
BoltDBOptions:
|
|
FilePath: "./db/morph.bolt"
|
|
NodePort: 20333
|
|
Relay: true
|
|
DialTimeout: 3
|
|
ProtoTickInterval: 2
|
|
PingInterval: 30
|
|
PingTimeout: 90
|
|
MaxPeers: 10
|
|
AttemptConnPeers: 5
|
|
MinPeers: 0
|
|
RPC:
|
|
Enabled: true
|
|
EnableCORSWorkaround: false
|
|
Port: 30333
|
|
Prometheus:
|
|
Enabled: true
|
|
Port: 20001
|
|
Pprof:
|
|
Enabled: true
|
|
Port: 20011
|
|
UnlockWallet:
|
|
Path: "./wallets/node-wallet.json"
|
|
Password: "one"
|