功能修改
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user