blockchain/etc/blockchain.yaml

32 lines
492 B
YAML
Raw Normal View History

2025-08-04 01:55:56 +00:00
Name: blockchain.rpc
ListenOn: 0.0.0.0:8888
2025-08-06 23:41:18 +00:00
Timeout: 10000
2025-08-04 01:55:56 +00:00
Etcd:
Hosts:
2025-08-08 10:38:20 +00:00
- localhost:2379
2025-08-04 01:55:56 +00:00
Key: blockchain.rpc
2025-08-04 08:58:30 +00:00
Binance:
Key: ""
Secret: ""
2025-08-04 14:02:01 +00:00
TestMode: true
2025-08-06 23:41:18 +00:00
WorkerSize: 20
2025-08-04 14:02:01 +00:00
RedisCluster:
2025-08-20 09:34:27 +00:00
Host: localhost:6379
2025-08-23 13:25:09 +00:00
Type: node
2025-08-06 07:08:32 +00:00
Cassandra:
Hosts:
2025-08-23 13:25:09 +00:00
- localhost
2025-08-06 07:08:32 +00:00
Port: 9042
2025-08-23 13:25:09 +00:00
Keyspace: kline
2025-08-06 07:08:32 +00:00
UseAuth: true
2025-08-23 10:09:41 +00:00
Username: cassdandra
2025-08-06 07:08:32 +00:00
Password: cassandra
ConnectTimeoutSec: 10
NumConns: 2
MaxRetries: 3
RetryMin: 500ms
RetryMax: 5s
ReconnectInitial: 500ms
ReconnectMax: 5s