Files
CommunitySolidServer/templates/config/defaults.json
2022-02-23 11:09:41 +01:00

42 lines
1.2 KiB
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^3.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"
}
]
}