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" } } }