frostfs-node/config/example/node.yaml

147 lines
2.8 KiB
YAML

logger:
level: debug
profiler:
address: 127.0.0.1:6060
shutdown_timeout: 15s
metrics:
address: 127.0.0.1:9090
shutdown_timeout: 15s
node:
key: ./wallet.key
wallet:
path: "./wallet.json"
address: "NcpJzXcSDrh5CCizf4K9Ro6w4t59J5LKzz"
password: "password"
addresses:
- s01.neofs.devenv:8080
- /dns4/s02.neofs.devenv/tcp/8081
- grpc://127.0.0.1:8082
- grpcs://localhost:8083
attribute_0: "Price:11"
attribute_1: UN-LOCODE:RU MSK
relay: true
grpc:
num: 2
0:
endpoint: s01.neofs.devenv:8080
tls:
enabled: true
certificate: /path/to/cert
key: /path/to/key
1:
endpoint: s02.neofs.devenv:8080
tls:
enabled: false
control:
authorized_keys:
- 035839e45d472a3b7769a2a1bd7d54c4ccd4943c3b40f547870e83a8fcbfb3ce11
- 028f42cfcb74499d7b15b35d9bff260a1c8d27de4f446a627406a382d8961486d6
grpc:
endpoint: 127.0.0.1:8090
contracts:
balance: 5263abba1abedbf79bb57f3e40b50b4425d2d6cd
container: 5d084790d7aa36cea7b53fe897380dab11d2cd3c
netmap: 0cce9e948dca43a6b592efe59ddb4ecb89bdd9ca
reputation: 441995f631c1da2b133462b71859494a5cd45e90
morph:
dial_timeout: 30s
disable_cache: true
rpc_endpoint:
- https://rpc1.morph.fs.neo.org:40341
- https://rpc2.morph.fs.neo.org:40341
notification_endpoint:
- wss://rpc1.morph.fs.neo.org:40341/ws
- wss://rpc2.morph.fs.neo.org:40341/ws
mainchain:
dial_timeout: 30s
rpc_endpoint:
- https://rpc1.n3.nspcc.ru:30341
- https://rpc2.n3.nspcc.ru:30341
apiclient:
dial_timeout: 15s
policer:
head_timeout: 15s
replicator:
put_timeout: 15s
object:
put:
pool_size: 100
storage:
shard_num: 2
shard:
0:
use_write_cache: false
writecache:
path: tmp/0/cache
mem_size: 2147483648
small_size: 16384
max_size: 134217728
workers_number: 30
metabase:
path: tmp/0/meta
perm: 0644
blobstor:
path: tmp/0/blob
perm: 0644
compress: true
shallow_depth: 5
small_size_limit: 102400
blobovnicza:
size: 4194304
shallow_depth: 1
shallow_width: 4
opened_cache_size: 50
gc:
remover_batch_size: 150
remover_sleep_interval: 2m
1:
use_write_cache: true
writecache:
path: tmp/1/cache
mem_size: 2147483648
small_size: 16384
max_size: 134217728
workers_number: 30
metabase:
path: tmp/1/meta
perm: 0644
blobstor:
path: tmp/1/blob
perm: 0644
compress: false
shallow_depth: 5
small_size_limit: 102400
blobovnicza:
size: 4194304
shallow_depth: 1
shallow_width: 4
opened_cache_size: 50
gc:
remover_batch_size: 200
remover_sleep_interval: 5m