-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathnode.yml
34 lines (34 loc) · 932 Bytes
/
node.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file contains application defaults
# Check docs/configuration.md for more information
#node:
# database:
# host: 127.0.0.1
# name: hedera_validator
# password: validator_pass
# port: 5432
# username: validator
# clients:
# evm:
# hedera:
# operator:
# account_id:
# private_key:
# network: testnet
# mirror_node:
# api_address: https://testnet.mirrornode.hedera.com/api/v1/
# client_address: hcs.testnet.mirrornode.hedera.com:5600
# polling_interval: 5
# query_default_limit: 25
# query_max_limit: 100
# coingecko:
# api_address: "https://api.coingecko.com/api/v3/"
# coin_market_cap:
# api_key:
# api_address: "https://pro-api.coinmarketcap.com/v2/cryptocurrency/"
# monitoring:
# enable: false
# dashboard_polling: 15 # in minutes
# log_level: info
# log_format: default # default/gcp
# port: 5200
# validator: true