|
@@ -1,23 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
- "iisSettings": {
|
|
|
|
|
- "windowsAuthentication": false,
|
|
|
|
|
- "anonymousAuthentication": true,
|
|
|
|
|
- "iisExpress": {
|
|
|
|
|
- "applicationUrl": "http://localhost:41744",
|
|
|
|
|
- "sslPort": 44334
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"profiles": {
|
|
"profiles": {
|
|
|
- "http": {
|
|
|
|
|
- "commandName": "Project",
|
|
|
|
|
- "dotnetRunMessages": true,
|
|
|
|
|
- "launchBrowser": true,
|
|
|
|
|
- "applicationUrl": "http://localhost:5064",
|
|
|
|
|
- "environmentVariables": {
|
|
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"https": {
|
|
"https": {
|
|
|
"commandName": "Project",
|
|
"commandName": "Project",
|
|
|
"dotnetRunMessages": true,
|
|
"dotnetRunMessages": true,
|
|
@@ -26,13 +9,6 @@
|
|
|
"environmentVariables": {
|
|
"environmentVariables": {
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- "IIS Express": {
|
|
|
|
|
- "commandName": "IISExpress",
|
|
|
|
|
- "launchBrowser": true,
|
|
|
|
|
- "environmentVariables": {
|
|
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|