Skip to content

Commit 697092f

Browse files
test file config
1 parent fe8db35 commit 697092f

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed
File renamed without changes.

config/file.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
3+
"import": [
4+
"css:config/app/init/static-root.json",
5+
"css:config/app/main/default.json",
6+
"css:config/app/variables/default.json",
7+
"css:config/http/handler/default.json",
8+
"css:config/http/middleware/default.json",
9+
"css:config/http/notifications/all.json",
10+
"css:config/http/server-factory/http.json",
11+
"css:config/http/static/default.json",
12+
"css:config/identity/access/public.json",
13+
"css:config/identity/email/default.json",
14+
"css:config/identity/handler/default.json",
15+
"css:config/identity/oidc/default.json",
16+
"css:config/identity/ownership/token.json",
17+
"css:config/identity/pod/static.json",
18+
"css:config/ldp/authentication/dpop-bearer.json",
19+
"css:config/ldp/authorization/webacl.json",
20+
"css:config/ldp/handler/default.json",
21+
"css:config/ldp/metadata-parser/default.json",
22+
"css:config/ldp/metadata-writer/default.json",
23+
"css:config/ldp/modes/default.json",
24+
"css:config/storage/backend/file.json",
25+
"css:config/storage/key-value/resource-store.json",
26+
"css:config/storage/location/pod.json",
27+
"css:config/storage/middleware/cache.json",
28+
"css:config/util/auxiliary/acl.json",
29+
"css:config/util/identifiers/suffix.json",
30+
"css:config/util/index/default.json",
31+
"css:config/util/logging/winston.json",
32+
"css:config/util/representation-conversion/default.json",
33+
"css:config/util/resource-locker/file.json",
34+
"css:config/util/variables/default.json"
35+
],
36+
"@graph": [
37+
{
38+
"comment": "A Solid server that stores its resources on disk and uses WAC for authorization."
39+
}
40+
]
41+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"repository": "[email protected]:matthieubosquet/css-azure-app-service.git",
66
"main": "./index.js",
77
"scripts": {
8-
"start": "node . --config config.json --baseUrl \"https://csstestnode-dhf6hxapfcbrdxem.uksouth-01.azurewebsites.net/\" --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
8+
"start": "node . --config file.json --baseUrl $WEBSITE_HOSTNAME --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
99
"start:dev": "node . --config config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080"
1010
},
1111
"files": [
12-
"config.json"
12+
"config"
1313
],
1414
"dependencies": {
1515
"@solid/community-server": "^8.0.0-alpha.1"

0 commit comments

Comments
 (0)