From ad51be373212c515f0add60aaf4b9f7c21a8de55 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 07 二月 2025 11:02:41 +0800 Subject: [PATCH] 修改在公司本地数据库配置 --- Wms/Wms/Properties/launchSettings.json | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Wms/Wms/Properties/launchSettings.json b/Wms/Wms/Properties/launchSettings.json index 5db9873..cad583c 100644 --- a/Wms/Wms/Properties/launchSettings.json +++ b/Wms/Wms/Properties/launchSettings.json @@ -1,20 +1,13 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:50515/", - "sslPort": 44363 - } - }, - "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "sqlDebugging": false, + "nativeDebugging": true }, "Wms": { "commandName": "Project", @@ -24,5 +17,14 @@ }, "applicationUrl": "https://localhost:5001;http://localhost:5000" } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://192.168.137.94:8081/", + "sslPort": 44363 + } } } \ No newline at end of file -- Gitblit v1.8.0