mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
646 B
JSON
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"
|
|
}
|
|
]
|
|
}
|