blockchain/etc/blockchain.yaml

32 lines
492 B
YAML

Name: blockchain.rpc
ListenOn: 0.0.0.0:8888
Timeout: 10000
Etcd:
Hosts:
- localhost:2379
Key: blockchain.rpc
Binance:
Key: ""
Secret: ""
TestMode: true
WorkerSize: 20
RedisCluster:
Host: localhost:6379
Type: node
Cassandra:
Hosts:
- localhost
Port: 9042
Keyspace: kline
UseAuth: true
Username: cassdandra
Password: cassandra
ConnectTimeoutSec: 10
NumConns: 2
MaxRetries: 3
RetryMin: 500ms
RetryMax: 5s
ReconnectInitial: 500ms
ReconnectMax: 5s