Browse Source

Update nolayers blaazor wasm ports

pull/15516/head
Yunus Emre Kalkan 3 years ago
parent
commit
f87e7c1175
  1. 4
      templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/Properties/launchSettings.json
  2. 2
      templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/wwwroot/appsettings.json

4
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/Properties/launchSettings.json

@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44300",
"applicationUrl": "https://localhost:44310",
"sslPort": 44300
}
},
@ -13,7 +13,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:44300",
"applicationUrl": "https://localhost:44310",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

2
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/wwwroot/appsettings.json

@ -1,6 +1,6 @@
{
"App": {
"SelfUrl": "https://localhost:44300"
"SelfUrl": "https://localhost:44310"
},
"AuthServer": {
"Authority": "https://localhost:44300",

Loading…
Cancel
Save