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

19 lines
646 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"import": [
"css:config/storage/key-value/storages/storages.json"
],
"@graph": [
{
"comment": "Internal value storage. No different from urn:solid-server:default:KeyValueStorage, but required to be consistent with other storage solutions.",
"@id": "urn:solid-server:default:BackendKeyValueStorage",
"@type": "MemoryMapStorage"
},
{
"comment": "Internal value storage.",
"@id": "urn:solid-server:default:KeyValueStorage",
"@type": "MemoryMapStorage"
}
]
}