forked from mindspore-Ecosystem/mindspore
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"recovery": {
|
|
"storage_type": 1,
|
|
"storage_file_path": "recovery.json",
|
|
"scheduler_storage_file_path": "scheduler_recovery.json"
|
|
},
|
|
"server_cert_path": "server.p12",
|
|
"crl_path": "",
|
|
"client_cert_path": "client.p12",
|
|
"ca_cert_path": "ca.crt",
|
|
"cipher_list": "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-PSK-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-CCM:ECDHE-ECDSA-AES256-CCM:ECDHE-ECDSA-CHACHA20-POLY1305",
|
|
"cert_expire_warning_time_in_day": 90,
|
|
"connection_num": 10000,
|
|
"metrics": {
|
|
"storage_type": 1,
|
|
"storage_file_path": "metrics.json"
|
|
},
|
|
"dataRate": {
|
|
"storage_type": 1,
|
|
"storage_file_path": ".."
|
|
},
|
|
"failureEvent": {
|
|
"storage_type": 1,
|
|
"storage_file_path": "event.txt"
|
|
},
|
|
"server_recovery": {
|
|
"storage_type": 1,
|
|
"storage_file_path": "../server_recovery.json"
|
|
}
|
|
} |