Browse Source

update url

pull/752/head
cKey 3 years ago
parent
commit
e7b53526aa
  1. 2
      aspnet-core/modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json
  2. 2
      aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/Properties/launchSettings.json

2
aspnet-core/modules/cli/LINGYUN.Abp.Cli/Properties/launchSettings.json

@ -2,7 +2,7 @@
"profiles": { "profiles": {
"LINGYUN.Abp.Cli": { "LINGYUN.Abp.Cli": {
"commandName": "Project", "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"
} }
} }
} }

2
aspnet-core/services/LY.MicroService.AuthServer.HttpApi.Host/Properties/launchSettings.json

@ -14,7 +14,7 @@
"launchBrowser": false, "launchBrowser": false,
"applicationUrl": "http://0.0.0.0:30015", "applicationUrl": "http://0.0.0.0:30015",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production" "ASPNETCORE_ENVIRONMENT": "Development"
} }
} }
} }

Loading…
Cancel
Save