mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
27 lines
914 B
JSON
27 lines
914 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Adds resolvers to assign the HTTPS CLI values to the Components.js variables.",
|
|
"@id": "urn:solid-server-app-setup:default:ShorthandResolver",
|
|
"@type": "CombinedShorthandResolver",
|
|
"resolvers": [
|
|
{
|
|
"CombinedShorthandResolver:_resolvers_key": "urn:solid-server:custom:variable:httpsKey",
|
|
"CombinedShorthandResolver:_resolvers_value": {
|
|
"@type": "KeyExtractor",
|
|
"key": "httpsKey"
|
|
}
|
|
},
|
|
{
|
|
"CombinedShorthandResolver:_resolvers_key": "urn:solid-server:custom:variable:httpsCert",
|
|
"CombinedShorthandResolver:_resolvers_value": {
|
|
"@type": "KeyExtractor",
|
|
"key": "httpsCert"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|