mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Move storage location decision to separate import
This commit is contained in:
11
config/storage/location/root.json
Normal file
11
config/storage/location/root.json
Normal 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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user