chore: 更新项目启动配置

This commit is contained in:
Argo-Tianyi 2022-01-01 12:19:14 +08:00
parent ec02aeef82
commit bafa4f1aa4
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:24748",
"applicationUrl": "http://localhost:5210",
"sslPort": 0
}
},

View File

@ -2,7 +2,7 @@
<Layout SideWidth="0" IsPage="true" ShowGotoTop="true" ShowCollapseBar="true"
IsFullSide="@IsFullSide" IsFixedHeader="@IsFixedHeader" IsFixedFooter="@IsFixedFooter" ShowFooter="@ShowFooter"
Menus="@MenuItems" UseTabSet="@UseTabSet" TabItemTextDictionary="@TabItemTextDictionary"
Menus="@MenuItems" UseTabSet="@UseTabSet"
TabDefaultUrl="/Home/Index"
AdditionalAssemblies="new[] { GetType().Assembly }" OnAuthorizing="@OnAuthorizing" class="@Theme">
<Header>

View File

@ -19,7 +19,7 @@
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:13998",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View File

@ -7,10 +7,10 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AppId": "Demo",
"SimulateUserName": "Admin",
"AppId": "Blazor",
"SimulateUserName": "",
"BootstrapAdminAuthenticationOptions": {
"AuthHost": "http://localhost:5110",
"AuthHost": "http://localhost:5210",
"KeyPath": "..\\..\\keys"
},
"DB": [