50 lines
No EOL
1.1 KiB
YAML
50 lines
No EOL
1.1 KiB
YAML
version: 0.1
|
|
log:
|
|
level: debug
|
|
fields:
|
|
service: registry
|
|
environment: development
|
|
storage:
|
|
delete:
|
|
enabled: true
|
|
maintenance:
|
|
uploadpurging:
|
|
enabled: false
|
|
frostfs:
|
|
wallet:
|
|
path: /path/to/wallet.json
|
|
password: ""
|
|
peers:
|
|
0:
|
|
address: s01.frostfs.devenv:8080
|
|
weight: 1
|
|
priority: 1
|
|
1:
|
|
address: s02.frostfs.devenv:8080
|
|
weight: 1
|
|
priority: 1
|
|
2:
|
|
address: s03.frostfs.devenv:8080
|
|
weight: 1
|
|
priority: 1
|
|
3:
|
|
address: s04.frostfs.devenv:8080
|
|
weight: 1
|
|
priority: 1
|
|
# container can be nicename (rpc_endpoint is required)
|
|
container: ChzA3qeJHbAT2nyo35LofdJ7jMqVuT9h3WoRpxHRn9Uq
|
|
# the following params are optional
|
|
session_expiration_duration: 1000 # in blocks
|
|
connection_timeout: 5s
|
|
request_timeout: 5s
|
|
rebalance_interval: 30s
|
|
rpc_endpoint: http://morph-chain.frostfs.devenv:30333
|
|
http:
|
|
addr: :5000
|
|
headers:
|
|
X-Content-Type-Options: [ nosniff ]
|
|
health:
|
|
storagedriver:
|
|
enabled: true
|
|
interval: 30s
|
|
threshold: 3 |