docs: fix lauchsettings.json

This commit is contained in:
ElderJames 2020-03-14 17:04:59 +08:00
parent 4d2fb8a589
commit f0cbf7ac21
2 changed files with 4 additions and 23 deletions

View File

@ -1,27 +1,12 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:57415/",
"sslPort": 44381
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"AntBlazor.Docs.Wasm": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"AntBlazor.Docs.ClientApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}

View File

@ -1,13 +1,9 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true
},
"profiles": {
"AntBlazor.Docs.ServerApp": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:50001",
"applicationUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}