Skip to content

Commit

Permalink
Also use code from #19 in prod and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Dec 10, 2024
1 parent edec4da commit 8642994
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/storage/backend/file.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/pivot/^1.0.0/components/context.jsonld"
],
"import": [
"css:config/storage/backend/data-accessors/file.json"
],
"@graph": [
{
"comment": "A default store setup with a file system backend.",
"@id": "urn:solid-server:default:ResourceStore_Backend",
"@type": "RedirectingStore",
"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" }
}
]
}

0 comments on commit 8642994

Please sign in to comment.