59e51671
“wangming”
1
|
1
2
|
{
"profiles": {
|
a1a0369d
李曜臣
5-25代码优化
|
3
4
5
6
7
8
9
10
11
12
|
"泰额版": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:19002",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
|
59e51671
“wangming”
1
|
13
14
15
16
17
18
|
"Yi.Abp.Web": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
|
59e51671
“wangming”
1
|
19
20
|
},
"dotnetRunMessages": true,
|
a1a0369d
李曜臣
5-25代码优化
|
21
|
"applicationUrl": "http://localhost:19002"
|
59e51671
“wangming”
1
|
22
23
24
25
26
27
|
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"environmentVariables": {
|
a1a0369d
李曜臣
5-25代码优化
|
28
|
"ASPNETCORE_HTTP_PORTS": "19002"
|
59e51671
“wangming”
1
|
29
30
31
32
33
|
},
"publishAllPorts": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
|
a1a0369d
李曜臣
5-25代码优化
|
34
|
}
|