feat: Move storage location decision to separate import

This commit is contained in:
Joachim Van Herwegen
2023-07-17 10:44:00 +02:00
parent 5eff035cb3
commit ade977bb4f
34 changed files with 52 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Set the base URL of the server as the root storage.",
"@id": "urn:solid-server:default:StorageLocationStrategy",
"@type": "RootStorageLocationStrategy",
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
}
]
}