|
|
|
@ -1,10 +1,10 @@ |
|
|
|
{ |
|
|
|
"iisSettings": { |
|
|
|
"windowsAuthentication": false, |
|
|
|
"anonymousAuthentication": true, |
|
|
|
"anonymousAuthentication": true, |
|
|
|
"iisExpress": { |
|
|
|
"applicationUrl": "http://localhost:61517", |
|
|
|
"sslPort": 0 |
|
|
|
"sslPort": 44301 //44300 to 44399 (inclusive) |
|
|
|
} |
|
|
|
}, |
|
|
|
"profiles": { |
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
"IdentityServerHost": { |
|
|
|
"commandName": "Project", |
|
|
|
"launchBrowser": true, |
|
|
|
"applicationUrl": "http://localhost:5000", |
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
|