Skip to content

Commit

Permalink
fix: return to explicit arguments for the DABS (missed one)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslabbinck committed Apr 20, 2022
1 parent 8a03ce9 commit 7cb7ead
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/storage/backend/dynamic.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"BaseUrlRouterRule:_baseStore": {
"@id": "urn:solid-server:default:ResourceStore_DataAccessor",
"@type": "DataAccessorBasedStore",
"args_identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
"args_auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
"args_accessor": { "@id": "urn:solid-server:default:FileDataAccessor" },
"args_metadataStrategy":{ "@id": "urn:solid-server:default:MetadataStrategy" },
"args_converter": { "@id": "urn:solid-server:default:RepresentationConverter" }
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
"accessor": { "@id": "urn:solid-server:default:FileDataAccessor" },
"metadataStrategy":{ "@id": "urn:solid-server:default:MetadataStrategy" },
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" }
}
}
]
Expand Down

0 comments on commit 7cb7ead

Please sign in to comment.