mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Remove source parameters from individual store configs
This commit is contained in:
parent
e8a0f63e02
commit
478a915790
@ -5,7 +5,6 @@
|
|||||||
"comment": "Converts all outgoing resources based on the preferences.",
|
"comment": "Converts all outgoing resources based on the preferences.",
|
||||||
"@id": "urn:solid-server:default:ResourceStore_Converting",
|
"@id": "urn:solid-server:default:ResourceStore_Converting",
|
||||||
"@type": "RepresentationConvertingStore",
|
"@type": "RepresentationConvertingStore",
|
||||||
"source": { "@id": "urn:solid-server:default:RoutingResourceStore" },
|
|
||||||
"options_outConverter": { "@id": "urn:solid-server:default:RepresentationConverter" }
|
"options_outConverter": { "@id": "urn:solid-server:default:RepresentationConverter" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
"comment": "Allows for PATCH operations on stores that don't have native support.",
|
"comment": "Allows for PATCH operations on stores that don't have native support.",
|
||||||
"@id": "urn:solid-server:default:ResourceStore_Patching",
|
"@id": "urn:solid-server:default:ResourceStore_Patching",
|
||||||
"@type": "PatchingStore",
|
"@type": "PatchingStore",
|
||||||
"source": { "@id": "urn:solid-server:default:ResourceStore_Converting" },
|
|
||||||
"patcher": {
|
"patcher": {
|
||||||
"@id": "urn:solid-server:default:PatchHandler",
|
"@id": "urn:solid-server:default:PatchHandler",
|
||||||
"@type": "SparqlUpdatePatchHandler",
|
"@type": "SparqlUpdatePatchHandler",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user