blockchain/etc/blockchain.yaml

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