21 lines
444 B
YAML
21 lines
444 B
YAML
|
logger:
|
||
|
level: debug
|
||
|
|
||
|
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
|