mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"import": [
|
|
"files-scs:config/presets/acl.json",
|
|
"files-scs:config/presets/representation-conversion.json",
|
|
"files-scs:config/presets/static.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "Configures classes that are used by all other storage-*.json configurations."
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:default:AuxiliaryStrategy",
|
|
"comment": "Copied from storage-wrapper.json since a variable is required in there",
|
|
"@type": "RoutingAuxiliaryStrategy",
|
|
"RoutingAuxiliaryStrategy:_sources": [
|
|
{
|
|
"@id": "urn:solid-server:default:AclStrategy"
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:IdentifierStrategy",
|
|
"@type": "SingleRootIdentifierStrategy",
|
|
"SingleRootIdentifierStrategy:_baseUrl": {
|
|
"@id": "urn:solid-server:template:variable:baseUrl"
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:ResourceStore",
|
|
"@type": "DataAccessorBasedStore",
|
|
"DataAccessorBasedStore:_accessor": {
|
|
"@id": "urn:solid-server:template:DataAccessor"
|
|
},
|
|
"DataAccessorBasedStore:_identifierStrategy": {
|
|
"@id": "urn:solid-server:template:IdentifierStrategy"
|
|
},
|
|
"DataAccessorBasedStore:_auxiliaryStrategy": {
|
|
"@id": "urn:solid-server:default:AuxiliaryStrategy"
|
|
}
|
|
},
|
|
|
|
{
|
|
"@id": "urn:solid-server:template:variable:baseUrl",
|
|
"@type": "Variable"
|
|
}
|
|
]
|
|
}
|