43 lines
986 B
JSON
43 lines
986 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"platform": {
|
|
"baseUrl": "https://platform.example.test"
|
|
},
|
|
"component": {
|
|
"installationId": "client-manager-installation-example",
|
|
"serverInstanceId": "server-example",
|
|
"pluginId": "game.scum",
|
|
"profileKey": "scum-client-manager",
|
|
"artifactId": "artifact-example",
|
|
"version": "1.0.0",
|
|
"sourceRevision": "example-revision",
|
|
"targetOs": "windows",
|
|
"targetArch": "amd64",
|
|
"keyGeneration": 1,
|
|
"deploymentGeneration": 1
|
|
},
|
|
"proof": {
|
|
"mode": "hmac-sha256",
|
|
"materialEnv": "SCUM_COMPONENT_PROOF"
|
|
},
|
|
"session": {
|
|
"mode": "component-session"
|
|
},
|
|
"capabilities": [
|
|
"component.register",
|
|
"component.heartbeat",
|
|
"component.health",
|
|
"component.control",
|
|
"game-client.bridge",
|
|
"logs.stream"
|
|
],
|
|
"timing": {
|
|
"heartbeatIntervalSeconds": 30,
|
|
"commandPollIntervalSeconds": 5,
|
|
"requestTimeoutSeconds": 15
|
|
},
|
|
"tls": {
|
|
"policy": "verify-system-roots"
|
|
}
|
|
}
|