change project type
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-08 13:57:31 +02:00
parent 825cd27f3c
commit e194f0ed10
36 changed files with 692 additions and 5681 deletions

View File

@ -1,37 +1,13 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51406",
"sslPort": 44314
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "result",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"OutputServiceTSDB": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "result",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
"DOTNET_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/result",
"publishAllPorts": true,
"useSSL": true
"commandName": "Docker"
}
}
}