mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
21a9428a8a
* fix(identity): coordinate SQLite ownership across runtimes * fix(ci): route changed-scope fixture tests
11 lines
445 B
JSON
11 lines
445 B
JSON
{
|
|
"databasePath": "/openclaw-device-identity-contract/state/openclaw.sqlite",
|
|
"stateDirectory": "/openclaw-device-identity-contract",
|
|
"temporaryDirectory": "/openclaw-device-identity-contract-temp",
|
|
"uid": 501,
|
|
"orderedExpectedPaths": [
|
|
"/openclaw-device-identity-contract-temp/openclaw-501/device-identity.e5c82e32.lock.sqlite",
|
|
"/openclaw-device-identity-contract/tmp/openclaw-501/device-identity.e5c82e32.lock.sqlite"
|
|
]
|
|
}
|