|
|
@ -1,32 +1,23 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:34424",
|
|
|
|
|
|
|
|
"sslPort": 44344
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"profiles": {
|
|
|
|
"profiles": {
|
|
|
|
"http": {
|
|
|
|
"http": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"applicationUrl": "http://localhost:5117",
|
|
|
|
|
|
|
|
"environmentVariables": {
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:5117",
|
|
|
|
"dotnetRunMessages": true
|
|
|
|
"dotnetRunMessages": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"https": {
|
|
|
|
"https": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"applicationUrl": "https://localhost:7263;http://localhost:5117",
|
|
|
|
|
|
|
|
"environmentVariables": {
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"applicationUrl": "https://localhost:7263;http://localhost:5117",
|
|
|
|
"dotnetRunMessages": true
|
|
|
|
"dotnetRunMessages": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"IIS Express": {
|
|
|
@ -40,10 +31,26 @@
|
|
|
|
"OpenLibraryWrapper": {
|
|
|
|
"OpenLibraryWrapper": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchBrowser": true,
|
|
|
|
"applicationUrl": "https://localhost:34198;http://localhost:46179",
|
|
|
|
|
|
|
|
"environmentVariables": {
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"applicationUrl": "https://localhost:34198;http://localhost:46179"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"Docker": {
|
|
|
|
|
|
|
|
"commandName": "Docker",
|
|
|
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
|
|
|
|
|
|
"publishAllPorts": true,
|
|
|
|
|
|
|
|
"useSSL": true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
|
|
|
"applicationUrl": "http://localhost:34424",
|
|
|
|
|
|
|
|
"sslPort": 44344
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|