mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
This is now possible due to TemplatedResourcesGenerator accepting path strings relative to the module root.
31 lines
836 B
JSON
31 lines
836 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:variable:port",
|
|
"@type": "Variable"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:variable:baseUrl",
|
|
"@type": "Variable"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:variable:rootFilePath",
|
|
"@type": "Variable"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:variable:sparqlEndpoint",
|
|
"@type": "Variable"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:variable:loggingLevel",
|
|
"@type": "Variable"
|
|
},
|
|
{
|
|
"comment": "Path to the JSON file used to store configuration for dynamic pods.",
|
|
"@id": "urn:solid-server:default:variable:podConfigJson",
|
|
"@type": "Variable"
|
|
}
|
|
]
|
|
}
|