Files
CommunitySolidServer/config/storage/key-value/memory.json
2021-07-27 13:24:15 +02:00

19 lines
545 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "These storage solutions store their data in memory."
},
{
"comment": "Used for internal storage by the locker.",
"@id": "urn:solid-server:default:LockStorage",
"@type": "MemoryMapStorage"
},
{
"comment": "Storage used by the IDP component.",
"@id": "urn:solid-server:default:IdpStorage",
"@type": "MemoryMapStorage"
}
]
}