mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/app/main/general/templates.json",
|
|
"css:config/util/auxiliary/acl.json",
|
|
"css:config/util/index/default.json",
|
|
"css:config/util/representation-conversion/default.json",
|
|
"css:config/util/variables/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"
|
|
},
|
|
"metadataStrategy": {
|
|
"@id": "urn:solid-server:default:MetadataStrategy"
|
|
}
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:template:variable:baseUrl",
|
|
"@type": "Variable"
|
|
}
|
|
]
|
|
}
|