Skip to content

Commit 01058c4

Browse files
committed
Include launchsettings.
1 parent 643c8a6 commit 01058c4

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dlldata.c
4646
project.lock.json
4747
project.fragment.lock.json
4848
artifacts/
49-
**/Properties/launchSettings.json
49+
# **/Properties/launchSettings.json
5050

5151
*_i.c
5252
*_p.c

src/Properties/launchSettings.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"iisSettings": {
3+
"windowsAuthentication": false,
4+
"anonymousAuthentication": true,
5+
"iis": {
6+
"applicationUrl": "http://localhost/AngularASPNETCore2WebApiAuth",
7+
"sslPort": 0
8+
},
9+
"iisExpress": {
10+
"applicationUrl": "http://localhost:5000",
11+
"sslPort": 0
12+
}
13+
},
14+
"profiles": {
15+
"IIS Express": {
16+
"commandName": "Project",
17+
"launchBrowser": true,
18+
"environmentVariables": {
19+
"ASPNETCORE_ENVIRONMENT": "Development"
20+
},
21+
"applicationUrl": "http://localhost:5000"
22+
},
23+
"AngularASPNETCore2WebApiAuth": {
24+
"commandName": "Project",
25+
"launchBrowser": true,
26+
"environmentVariables": {
27+
"ASPNETCORE_ENVIRONMENT": "Development"
28+
},
29+
"applicationUrl": "http://localhost:5000"
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)