2023-10-19 09:13:48 +02:00

26 lines
925 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"import": [
"css:config/http/server-factory/configurator/default.json",
"css:config/http/server-factory/https/cli.json",
"css:config/http/server-factory/https/resolver.json"
],
"@graph": [
{
"comment": "Creates an empty HTTPS server listening to the provided port using the key/cert paths provided through the CLI.",
"@id": "urn:solid-server:default:ServerFactory",
"@type": "BaseServerFactory",
"configurator": { "@id": "urn:solid-server:default:ServerConfigurator" },
"options_https": true,
"options_key": {
"@id": "urn:solid-server:custom:variable:httpsKey",
"@type": "Variable"
},
"options_cert": {
"@id": "urn:solid-server:custom:variable:httpsCert",
"@type": "Variable"
}
}
]
}