From e7b53526aaa0cadae520d45512c7652c08b04351 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:30:02 +0800 Subject: [PATCH] update url --- .../modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json | 2 +- .../Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json b/aspnet-core/modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json index 8f01ff8b1..69db1f1e0 100644 --- a/aspnet-core/modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json +++ b/aspnet-core/modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "LINGYUN.Abp.Cli": { "commandName": "Project", - "commandLineArgs": "generate-proxy -t ts -u http://10.21.15.28:30045 -m webhooks-management -o D:\\Projects\\Development\\type-script" + "commandLineArgs": "generate-proxy -t ts -u http://127.0.0.1:30045 -m webhooks-management -o D:\\Projects\\Development\\type-script" } } } \ No newline at end of file diff --git a/aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/Properties/launchSettings.json b/aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/Properties/launchSettings.json index 905131df6..9e0fd12c3 100644 --- a/aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/Properties/launchSettings.json +++ b/aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/Properties/launchSettings.json @@ -14,7 +14,7 @@ "launchBrowser": false, "applicationUrl": "http://0.0.0.0:30015", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Production" + "ASPNETCORE_ENVIRONMENT": "Development" } } }