blockchain/etc/blockchain.yaml

32 lines
493 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: 127.0.0.1:6379
Type: node
Cassandra:
Hosts:
- 127.0.0.1
Port: 9042
Keyspace: digimon
UseAuth: true
Username: cassandra
Password: cassandra
ConnectTimeoutSec: 10
NumConns: 2
MaxRetries: 3
RetryMin: 500ms
RetryMax: 5s
ReconnectInitial: 500ms
ReconnectMax: 5s