Skip to content

Commit 1936a75

Browse files
Fix hostname
1 parent e5283bf commit 1936a75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"version": "0.0.1",
44
"description": "Run the Community Solid Server in an Azure App Service",
55
"repository": "[email protected]:matthieubosquet/css-azure-app-service.git",
6+
"type": "module",
67
"main": "./index.js",
78
"scripts": {
8-
"start": "node . --config ./config/file.json --baseUrl $WEBSITE_HOSTNAME --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
9+
"start": "node . --config ./config/file.json --baseUrl \"https://$WEBSITE_HOSTNAME\" --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
910
"start:dev": "node . --config ./config/config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080"
1011
},
1112
"files": [

0 commit comments

Comments
 (0)