mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/util/auxiliary/acl.json",
|
|
"files-scs:config/util/index/default.json",
|
|
"files-scs:config/util/representation-conversion/default.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Configures classes that are used by all other storage-*.json configurations."
|
|
},
|
|
|
|
{
|
|
"comment": "Custom pods always use the suffix strategy with their pod URL as base.",
|
|
"@id": "urn:solid-server:default:IdentifierStrategy",
|
|
"@type": "SingleRootIdentifierStrategy",
|
|
"baseUrl": {
|
|
"@id": "urn:solid-server:template:variable:baseUrl"
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:ResourceStore",
|
|
"@type": "DataAccessorBasedStore",
|
|
"accessor": {
|
|
"@id": "urn:solid-server:template:DataAccessor"
|
|
},
|
|
"identifierStrategy": {
|
|
"@id": "urn:solid-server:default:IdentifierStrategy"
|
|
},
|
|
"auxiliaryStrategy": {
|
|
"@id": "urn:solid-server:default:AuxiliaryStrategy"
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:variable:baseUrl",
|
|
"@type": "Variable"
|
|
}
|
|
]
|
|
}
|