2023-10-19 09:13:48 +02:00

23 lines
798 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Used for internal storage by the locker. Always hashing the keys to prevent issues.",
"@id": "urn:solid-server:default:LockStorage",
"@type": "HashEncodingStorage",
"source": {
"@type": "ContainerPathStorage",
"relativePath": "/locks/",
"source": { "@id": "urn:solid-server:default:BackendKeyValueStorage" }
}
},
{
"comment": "Storage used by setup components.",
"@id": "urn:solid-server:default:SetupStorage",
"@type": "ContainerPathStorage",
"relativePath": "/setup/",
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
}
]
}