output-service-tsdb/Properties/launchSettings.json

13 lines
225 B
JSON
Raw Normal View History

2020-04-08 00:30:58 +02:00
{
"profiles": {
"OutputServiceTSDB": {
"commandName": "Project",
"environmentVariables": {
2020-04-08 13:57:31 +02:00
"DOTNET_ENVIRONMENT": "Development"
}
2020-04-08 00:30:58 +02:00
},
"Docker": {
2020-04-08 13:57:31 +02:00
"commandName": "Docker"
2020-04-08 00:30:58 +02:00
}
}
}