forked from TrueCloudLab/frostfs-node
Stanislav Bogatyrev
1cedd446bb
- Update sample configs to match unit tests - Remove Docker container for N3 testnet Will return with updates when FrostFS enters N3 Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
71 lines
1.6 KiB
YAML
71 lines
1.6 KiB
YAML
node:
|
|
wallet:
|
|
path: <path/to/wallet>
|
|
address: <address-in-wallet>
|
|
password: <password>
|
|
addresses:
|
|
- <announced.address:port>
|
|
attribute_0: UN-LOCODE:<XX YYY>
|
|
attribute_1: Price:100000
|
|
attribute_2: User-Agent:FrostFS\/0.9999
|
|
|
|
grpc:
|
|
num: 1
|
|
0:
|
|
endpoint: <listen.local.address:port>
|
|
tls:
|
|
enabled: false
|
|
|
|
storage:
|
|
shard_num: 1
|
|
shard:
|
|
0:
|
|
metabase:
|
|
path: /storage/path/metabase
|
|
perm: 0600
|
|
blobstor:
|
|
- path: /storage/path/blobovnicza
|
|
type: blobovnicza
|
|
perm: 0600
|
|
opened_cache_capacity: 32
|
|
depth: 1
|
|
width: 1
|
|
- path: /storage/path/fstree
|
|
type: fstree
|
|
perm: 0600
|
|
depth: 4
|
|
writecache:
|
|
enabled: false
|
|
gc:
|
|
remover_batch_size: 100
|
|
remover_sleep_interval: 1m
|
|
|
|
logger:
|
|
level: info
|
|
|
|
prometheus:
|
|
enabled: true
|
|
address: localhost:9090
|
|
shutdown_timeout: 15s
|
|
|
|
object:
|
|
put:
|
|
pool_size_remote: 100
|
|
pool_size_local: 100
|
|
|
|
morph:
|
|
rpc_endpoint:
|
|
- wss://rpc1.morph.frostfs.info:40341/ws
|
|
- wss://rpc2.morph.frostfs.info:40341/ws
|
|
- wss://rpc3.morph.frostfs.info:40341/ws
|
|
- wss://rpc4.morph.frostfs.info:40341/ws
|
|
- wss://rpc5.morph.frostfs.info:40341/ws
|
|
- wss://rpc6.morph.frostfs.info:40341/ws
|
|
- wss://rpc7.morph.frostfs.info:40341/ws
|
|
dial_timeout: 20s
|
|
|
|
contracts:
|
|
balance: dc1ec98d9d0c5f9dfade16144defe08cffc5ca55
|
|
container: 1b6e68d299b570e1cb7e86eadfdc06aa2e8e0cc5
|
|
netmap: 7c5bdb23e36cc7cce95bf42f3ab9e452c2501df1
|
|
reputation: 7ad824fd1eeb1565be2cee3889214b9aa605d2fc
|