|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
- "ListenPrefix": "http://swc-server/",
|
|
|
- "AliasPrefix": [ "https://svc-server/" ],
|
|
|
+ "ListenPrefix": "http://localhost:9527/",
|
|
|
+ "AliasPrefix": [ "https://localhost:9528/" ],
|
|
|
"HistoryMessageLength": 100,
|
|
|
"Title": "Simple Web Chat",
|
|
|
"AdminPassword": "",
|
|
@@ -8,7 +8,7 @@
|
|
|
"blazor": {
|
|
|
"IsDefault": true,
|
|
|
"DisplayText": "Blazor WASM UI",
|
|
|
- "Path": "z:/bwu",
|
|
|
+ "Path": "wwwroot",
|
|
|
"DefaultDocument": "index.html",
|
|
|
"EnableFallbackRoute": true,
|
|
|
"HtmlBaseReplace": "<base href=\"/\" />"
|