|
@@ -1,13 +1,5 @@
|
|
|
{
|
|
{
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
- "iisSettings": {
|
|
|
|
|
- "windowsAuthentication": false,
|
|
|
|
|
- "anonymousAuthentication": true,
|
|
|
|
|
- "iisExpress": {
|
|
|
|
|
- "applicationUrl": "http://localhost:27682",
|
|
|
|
|
- "sslPort": 44334
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
"profiles": {
|
|
"profiles": {
|
|
|
"http": {
|
|
"http": {
|
|
|
"commandName": "Project",
|
|
"commandName": "Project",
|
|
@@ -28,14 +20,6 @@
|
|
|
"environmentVariables": {
|
|
"environmentVariables": {
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- "IIS Express": {
|
|
|
|
|
- "commandName": "IISExpress",
|
|
|
|
|
- "launchBrowser": true,
|
|
|
|
|
- "launchUrl": "swagger",
|
|
|
|
|
- "environmentVariables": {
|
|
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|