mirror of
https://github.com/boolnetwork/mining-scripts.git
synced 2026-02-21 16:27:21 +08:00
16 lines
328 B
TOML
16 lines
328 B
TOML
version = 1
|
|
#EPID=1 DCAP=2
|
|
attestation_style = 1
|
|
port = 18730
|
|
executors = 8
|
|
db_url = "http://localhost:18710"
|
|
msg_pool_url = "http://localhost:18720"
|
|
db_token = ""
|
|
cert_path = "../servers/test-ca/ca.cert"
|
|
round_time_limit = 60
|
|
clear_msg_interval = 180
|
|
time_check_interval = 30
|
|
retry_interval = 10
|
|
retry_times = 2
|
|
max_conn = 250
|