Files
CommunitySolidServer/config/identity/registration/disabled.json
Joachim Van Herwegen 23db528472 fix: Replace inefficient storage detection
This replaces the recursive backend calls to find the storage
by a new class that is aware what the storage URLs look like.
2023-04-19 09:47:47 +02:00

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" }
}
]
}