forked from TrueCloudLab/frostfs-dev-env
43 lines
864 B
YAML
43 lines
864 B
YAML
|
logger:
|
||
|
level: debug
|
||
|
|
||
|
prometheus:
|
||
|
enabled: true
|
||
|
address: :9090
|
||
|
|
||
|
lifecycle:
|
||
|
job_fetcher_buffer: 1000
|
||
|
executor_pool_size: 100
|
||
|
|
||
|
frostfs:
|
||
|
stream_timeout: 10s
|
||
|
connect_timeout: 10s
|
||
|
healthcheck_timeout: 15s
|
||
|
rebalance_interval: 60s
|
||
|
pool_error_threshold: 100
|
||
|
tree_pool_max_attempts: 4
|
||
|
|
||
|
credential:
|
||
|
use: wallets
|
||
|
source:
|
||
|
wallets:
|
||
|
- path: /wallet.json
|
||
|
address: NTt1rxvmEDxEuuogLxs2xgxA71qhVaUcN7
|
||
|
passphrase: "cycle"
|
||
|
- path: /user-wallet.json
|
||
|
address: NbUgTSFvPmsRxmGeWpuuGeJUoRoi6PErcM
|
||
|
passphrase: ""
|
||
|
|
||
|
morph:
|
||
|
reconnect_clients_interval: 30s
|
||
|
dial_timeout: 5s
|
||
|
contract:
|
||
|
netmap: netmap.frostfs
|
||
|
frostfsid: frostfsid.frostfs
|
||
|
container: container.frostfs
|
||
|
|
||
|
# Wallet configuration
|
||
|
wallet:
|
||
|
path: /wallet.json # Path to wallet
|
||
|
passphrase: "cycle" # Passphrase to decrypt wallet
|