output-service-tsdb/Properties/launchSettings.json
Kristóf Torma e194f0ed10
Some checks failed
continuous-integration/drone/push Build is failing
change project type
2020-04-08 13:57:31 +02:00

13 lines
225 B
JSON

{
"profiles": {
"OutputServiceTSDB": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker"
}
}
}