From 1479bcad3d09054dda627820d4975f2a5cb0097f Mon Sep 17 00:00:00 2001 From: niannian zheng Date: Thu, 12 Mar 2026 13:39:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9C=AC=E5=9C=B0=E5=90=AF=E5=8A=A8=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/launchSettings.json | 42 +++++++++++-------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/AssetManager.API/Properties/launchSettings.json b/AssetManager.API/Properties/launchSettings.json index 1e95a26..fa3d474 100644 --- a/AssetManager.API/Properties/launchSettings.json +++ b/AssetManager.API/Properties/launchSettings.json @@ -1,33 +1,32 @@ { - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:31733", - "sslPort": 44342 - } - }, "profiles": { "http": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "http://localhost:5050", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5050" }, "https": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7040;http://localhost:5050", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } + "ASPNETCORE_ENVIRONMENT": "Development", + "ConnectionStrings__Default": "server=43.167.226.216;Database=assetmanager;Uid=AssetManager;Pwd=2XpcnYGTpB5BhJyG;CharSet=utf8mb4;", + "Jwt__SecretKey": "your-strong-secret-key-here-change-in-production", + "Jwt__Issuer": "AssetManager", + "Jwt__Audience": "AssetManager", + "Wechat__AppId": "wx245f0f3ebcfcf5a7", + "Wechat__AppSecret": "809c740129bc8b434177ce12ef292dd0", + "Tiingo__ApiKey": "bd00fee76d3012b047473078904001b33322cb46", + "TZ": "Asia/Shanghai" + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7040;http://localhost:5050" }, "IIS Express": { "commandName": "IISExpress", @@ -37,5 +36,14 @@ "ASPNETCORE_ENVIRONMENT": "Development" } } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:31733", + "sslPort": 44342 + } } -} +} \ No newline at end of file