Files
CommunitySolidServer/config/presets/cli-params.json
Joachim Van Herwegen 1d9b027a57 feat: Remove podTemplateFolder as a variable.
This is now possible due to TemplatedResourcesGenerator
accepting path strings relative to the module root.
2021-04-22 17:04:16 +02:00

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"
}
]
}