blockchain/etc/blockchain.yaml

31 lines
478 B
YAML
Raw Normal View History

2025-08-04 01:55:56 +00:00
Name: blockchain.rpc
ListenOn: 0.0.0.0:8888
Etcd:
Hosts:
2025-08-04 14:02:01 +00:00
- 10.0.0.19: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-05 23:41:29 +00:00
WorkerSize: 10
2025-08-04 14:02:01 +00:00
RedisCluster:
Host: 127.0.0.1:6379
2025-08-06 07:08:32 +00:00
Type: node
Cassandra:
Hosts:
- 127.0.0.1
Port: 9042
Keyspace: sccflex
UseAuth: true
Username: cassandra
Password: cassandra
ConnectTimeoutSec: 10
NumConns: 2
MaxRetries: 3
RetryMin: 500ms
RetryMax: 5s
ReconnectInitial: 500ms
ReconnectMax: 5s