output-service-tsdb/Properties/launchSettings.json

37 lines
978 B
JSON
Raw Normal View History

2020-04-08 00:30:58 +02:00
{
"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,
2020-04-08 02:04:22 +02:00
"launchUrl": "result",
2020-04-08 00:30:58 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"OutputServiceTSDB": {
"commandName": "Project",
"launchBrowser": true,
2020-04-08 02:04:22 +02:00
"launchUrl": "result",
2020-04-08 00:30:58 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
2020-04-08 02:04:22 +02:00
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/result",
2020-04-08 00:30:58 +02:00
"publishAllPorts": true,
"useSSL": true
}
}
}