mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
This replaces the recursive backend calls to find the storage by a new class that is aware what the storage URLs look like.
15 lines
533 B
JSON
15 lines
533 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Disable registration by not attaching a registration handler."
|
|
},
|
|
{
|
|
"comment": "If registration is disabled, the base URL of the server is the root storage.",
|
|
"@id": "urn:solid-server:default:StorageLocationStrategy",
|
|
"@type": "RootStorageLocationStrategy",
|
|
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
}
|
|
]
|
|
}
|