Initial commit: OpenClaw configuration and Jarvis workspace
This commit is contained in:
16
identity/device-auth.json
Normal file
16
identity/device-auth.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "a964ef10e2ffd5bc0516040d9374165f44d5503ac06dbf1725e7b794989b25bd",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "37918a43e1044131a00ffd093c12127d",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1770304320374
|
||||
}
|
||||
}
|
||||
}
|
||||
7
identity/device.json
Normal file
7
identity/device.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "a964ef10e2ffd5bc0516040d9374165f44d5503ac06dbf1725e7b794989b25bd",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAIpOoK822IN+5iRswDGpYWS0y5VJ6nqTK+YnFJ4UepCE=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIEVif1Hjc9WqipNTAnea9RViZi639gH2fZVdOOKCh3a5\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1770253892436
|
||||
}
|
||||
Reference in New Issue
Block a user