mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
658 B
JSON
17 lines
658 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/storage/backend/data-accessors/memory.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "A default store setup with a memory backend.",
|
|
"@id": "urn:solid-server:default:ResourceStore_Backend",
|
|
"@type": "DataAccessorBasedStore",
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
|
|
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
|
|
"accessor": { "@id": "urn:solid-server:default:MemoryDataAccessor" }
|
|
}
|
|
]
|
|
}
|