File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "iisSettings" :
3
- {
2
+ "iisSettings" : {
4
3
"windowsAuthentication" : false ,
5
4
"anonymousAuthentication" : true ,
6
- "iisExpress" :
7
- {
5
+ "iisExpress" : {
8
6
"applicationUrl" : " http://localhost:5000" ,
7
+ "launchUrl" : " swagger/index.html" ,
9
8
"sslPort" : 0
10
9
}
11
10
},
12
- "profiles" :
13
- {
14
- "IIS Express" :
15
- {
11
+ "profiles" : {
12
+ "IIS Express" : {
16
13
"commandName" : " IISExpress" ,
17
- "environmentVariables" :
18
- {
14
+ "environmentVariables" : {
19
15
"ASPNETCORE_ENVIRONMENT" : " Development"
20
16
}
21
17
},
22
- "TesterApp" :
23
- {
18
+ "TesterApp" : {
24
19
"commandName" : " Project" ,
25
- "environmentVariables" :
26
- {
20
+ "environmentVariables" : {
27
21
"ASPNETCORE_ENVIRONMENT" : " Development"
28
22
},
29
23
"launchBrowser" : true ,
24
+ "launchUrl" : " swagger/index.html" ,
30
25
"applicationUrl" : " http://localhost:5000"
31
26
}
32
27
}
You can’t perform that action at this time.
0 commit comments