Files
CommunitySolidServer/config/storage/key-value/resource-store.json
2021-06-29 17:43:44 +01:00

14 lines
554 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Used for internal storage by some classes. The specified container in the resource store will store internal data.",
"@id": "urn:solid-server:default:Storage",
"@type": "JsonResourceStorage",
"source": { "@id": "urn:solid-server:default:ResourceStore" },
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" },
"container": "/storage/"
}
]
}