diff --git a/Admin.Core.Api/Properties/PublishProfiles/FolderProfile.pubxml b/Admin.Core.Api/Properties/PublishProfiles/FolderProfile.pubxml index cc9f716..86f9503 100644 --- a/Admin.Core.Api/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Admin.Core.Api/Properties/PublishProfiles/FolderProfile.pubxml @@ -10,7 +10,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Release Any CPU FileSystem - F:\发布文件 + D:\Data\publish FileSystem net6.0 diff --git a/Admin.Core.Api/Properties/launchSettings.json b/Admin.Core.Api/Properties/launchSettings.json index 66a8f2f..87dffbc 100644 --- a/Admin.Core.Api/Properties/launchSettings.json +++ b/Admin.Core.Api/Properties/launchSettings.json @@ -24,8 +24,8 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": "true", - "applicationUrl": "http://119.45.202.115:5001;http://119.45.202.115:6061" - //"applicationUrl": "http://192.168.137.1:5001;http://192.168.137.1:5000" + "applicationUrl": "http://localhost:5001;http://localhost:5000" + //"applicationUrl": "http://119.45.202.115:5001;http://119.45.202.115:5000" } }