config.json 433 B

1234567891011121314151617
  1. {
  2. "ListenPrefix": "http://localhost:9527/",
  3. "AliasPrefix": [ "https://localhost:9528/" ],
  4. "HistoryMessageLength": 100,
  5. "Title": "Simple Web Chat",
  6. "AdminPassword": "",
  7. "Modules": {
  8. "blazor": {
  9. "IsDefault": true,
  10. "DisplayText": "Blazor WASM UI",
  11. "Path": "wwwroot",
  12. "DefaultDocument": "index.html",
  13. "EnableFallbackRoute": true,
  14. "HtmlBaseReplace": "<base href=\"/\" />"
  15. }
  16. }
  17. }