Files
qinglong/deploy/console/ql3-cluster-copilot/worker-management-client-config.example.json

10 lines
463 B
JSON

{
"schemaVersion": 1,
"endpoint": "https://replace-cluster-api.example.com:8448/api/v3/workers/management",
"servername": "replace-cluster-api.example.com",
"caFile": "/absolute/private/ql3-copilot-console/worker-management-ca.pem",
"clientCertificateFile": "/absolute/private/ql3-copilot-console/worker-management-client.crt",
"clientPrivateKeyFile": "/absolute/private/ql3-copilot-console/worker-management-client.key",
"requestTimeoutMs": 5000
}