frostfs-dev-env/extra/config/extra.yml

77 lines
1.5 KiB
YAML

logger:
loki:
enabled: false
pprof:
enabled: false
prometheus:
enabled: false
tracing:
enabled: false
morph:
rpc_endpoint: # Side chain NEO RPC endpoints
- address: ws://morph-chain.frostfs.devenv:30333/ws
priority: 1
# Common storage node settings
node:
wallet:
path: new_storage_wallet.json
password: ""
addresses:
- grpc://s01.frostfs.devenv:8080
notification:
enabled: false
grpc:
- endpoint: 127.0.88.1:8802
tls:
enabled: false
tree:
enabled: true
storage:
shard:
0:
writecache:
enabled: true
path: storage/wc0 # Write-cache root directory
metabase:
path: storage/meta0 # Path to the metabase
blobstor:
- type: blobovnicza
path: storage/blobovnicza0 # Blobovnicza root directory
depth: 2
width: 4
- type: fstree
path: storage/fstree0 # FSTree root directory
depth: 2
pilorama:
path: storage/pilorama0 # Path to the pilorama database
1:
writecache:
enabled: true
path: storage/wc1 # Write-cache root directory
metabase:
path: storage/meta1 # Path to the metabase
blobstor:
- type: blobovnicza
path: storage/blobovnicza1 # Blobovnicza root directory
depth: 2
width: 4
- type: fstree
path: storage/fstree1 # FSTree root directory
depth: 2
pilorama:
path: storage/pilorama1 # Path to the pilorama database