Skip to content

Commit

Permalink
Swap debug ports for OpenTelemetryIngest and Fluent Ingest configurat…
Browse files Browse the repository at this point in the history
…ions in launch.json
  • Loading branch information
simlarsen committed Nov 26, 2024
1 parent fe5b93f commit 854be1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/OpenTelemetryIngest",
"name": "OpenTelemetryIngest: Debug with Docker",
"port": 9937,
"port": 9938,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
Expand All @@ -207,7 +207,7 @@
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/FluentIngest",
"name": "Fluent Ingest: Debug with Docker",
"port": 9938,
"port": 9937,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
Expand Down

0 comments on commit 854be1d

Please sign in to comment.