mindspore/tests/st/fl/mobile/config.json

30 lines
1022 B
JSON
Raw Normal View History

2021-06-06 22:34:30 +08:00
{
"recovery": {
2021-07-27 10:16:51 +08:00
"storage_type": 1,
2021-12-02 20:23:19 +08:00
"storage_file_path": "recovery.json",
"scheduler_storage_file_path": "scheduler_recovery.json"
2021-07-14 15:53:17 +08:00
},
2021-09-02 10:20:15 +08:00
"server_cert_path": "server.p12",
"crl_path": "",
"client_cert_path": "client.p12",
2021-07-14 15:53:17 +08:00
"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",
2021-09-02 10:20:15 +08:00
"cert_expire_warning_time_in_day": 90,
"connection_num": 10000,
2021-09-02 10:20:15 +08:00
"metrics": {
"storage_type": 1,
"storage_file_path": "metrics.json"
2021-12-02 20:23:19 +08:00
},
2022-04-22 14:29:24 +08:00
"dataRate": {
"storage_type": 1,
"storage_file_path": ".."
},
"failureEvent": {
"storage_type": 1,
"storage_file_path": "event.txt"
},
2021-12-02 20:23:19 +08:00
"server_recovery": {
"storage_type": 1,
"storage_file_path": "server_recovery.json"
2021-09-02 10:20:15 +08:00
}
2021-06-06 22:34:30 +08:00
}