We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cb92e commit a91fc38Copy full SHA for a91fc38
5-WebApp-AuthZ/5-1-Roles/Properties/launchSettings.json
@@ -3,18 +3,18 @@
3
"windowsAuthentication": false,
4
"anonymousAuthentication": true,
5
"iisExpress": {
6
- "applicationUrl": "http://localhost:3110/",
+ "applicationUrl": "https://localhost:44321/",
7
"sslPort": 44321
8
}
9
},
10
"profiles": {
11
"webApp": {
12
- "commandName": "Project",
13
- "launchBrowser": true,
14
- "environmentVariables": {
15
- "ASPNETCORE_ENVIRONMENT": "Development"
16
- },
17
- "applicationUrl": "https://localhost:44321;http://localhost:3110"
+ "commandName": "Project",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "applicationUrl": "https://localhost:44321;http://localhost:3110"
18
19
20
0 commit comments