mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: incorrect root server name in configs
This commit is contained in:
parent
0a0f44cf22
commit
b952a5790c
@ -2,7 +2,7 @@
|
||||
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
||||
"@graph": [
|
||||
{
|
||||
"@id": "urn:solid-server:my",
|
||||
"@id": "urn:solid-server:default",
|
||||
"@type": "Setup",
|
||||
"Setup:_httpServer": {
|
||||
"@id": "urn:solid-server:default:HttpServer"
|
||||
|
@ -38,7 +38,7 @@ export const runCustom = function(
|
||||
const loader = new Loader(properties);
|
||||
await loader.registerAvailableModuleResources();
|
||||
const setup: Setup = await loader
|
||||
.instantiateFromUrl('urn:solid-server:my', configPath);
|
||||
.instantiateFromUrl('urn:solid-server:default', configPath);
|
||||
resolve(await setup.setup({ port: argv.port }));
|
||||
}).then((runtimeConfig: RuntimeConfig): void => {
|
||||
stdout.write(`Running at ${runtimeConfig.base}\n`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user