Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/examples/dotnet/Properties/launchSettings.json
401 views
1
{
2
"$schema": "http://json.schemastore.org/launchsettings.json",
3
"profiles": {
4
"http": {
5
"commandName": "Project",
6
"dotnetRunMessages": true,
7
"launchBrowser": true,
8
"applicationUrl": "http://localhost:8083"
9
}
10
}
11
}
12
13