diff --git a/.vscode/launch.json b/.vscode/launch.json index 9b0ae6f..9a8a512 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,9 +12,9 @@ "program": "${workspaceRoot}/cmd/main.go", "env": { "APP_PORT": "9995", - "KAFKA_PORT": "9092", + "KAFKA_PORT": "19092", "KAFKA_HOST": "37.143.12.169", - "SENTRY_DSN": "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264" + // "SENTRY_DSN": "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264" }, "args": [] }