2022-11-24 17:27:29 +00:00
|
|
|
logger:
|
|
|
|
level: debug
|
|
|
|
|
2023-04-10 06:40:41 +00:00
|
|
|
prometheus:
|
|
|
|
enabled: true
|
|
|
|
address: :9090
|
|
|
|
|
2022-11-24 17:27:29 +00:00
|
|
|
# Interval to check node health
|
|
|
|
rebalance_interval: 30s
|
|
|
|
|
|
|
|
# Timeout to check node health during rebalance
|
|
|
|
healthcheck_timeout: 15s
|
|
|
|
|
|
|
|
# Timeout to connect to a node
|
|
|
|
connect_timeout: 10s
|
|
|
|
|
|
|
|
# Limits for processing of clients' requests
|
|
|
|
max_clients_count: 100
|
|
|
|
|
|
|
|
# Deadline after which the gate sends error `RequestTimeout` to a client
|
|
|
|
max_clients_deadline: 30s
|
|
|
|
|
|
|
|
resolve_order:
|
|
|
|
- nns
|
|
|
|
|
|
|
|
server:
|
|
|
|
- tls:
|
|
|
|
enabled: true
|
|
|
|
cert_file: /tls.crt
|
|
|
|
key_file: /tls.key
|
|
|
|
|
|
|
|
# Wallet configuration
|
|
|
|
wallet:
|
|
|
|
path: /wallet.json # Path to wallet
|
|
|
|
passphrase: "s3" # Passphrase to decrypt wallet
|