2022-11-24 18:12:50 +00:00
|
|
|
logger:
|
|
|
|
level: debug
|
2023-04-10 06:40:41 +00:00
|
|
|
|
|
|
|
prometheus:
|
|
|
|
enabled: true
|
|
|
|
address: :9090
|
2022-11-24 18:12:50 +00:00
|
|
|
|
|
|
|
rebalance_timer: 5m # Interval to check nodes health
|
|
|
|
|
|
|
|
connect_timeout: 60s # Timeout to dial node
|
|
|
|
|
|
|
|
request_timeout: 300s # Timeout to check node health during rebalance
|
|
|
|
|
|
|
|
# The order in which resolvers are used to find an container id by name
|
|
|
|
resolve_order:
|
|
|
|
- nns
|
|
|
|
|
|
|
|
server:
|
|
|
|
- address: 0.0.0.0:80
|
|
|
|
|
|
|
|
# Wallet settings
|
|
|
|
wallet:
|
|
|
|
path: /wallet.json # Path to wallet
|
|
|
|
passphrase: one # Passphrase to decrypt wallet
|