From cc58cf9f935bf21323c077bb58ea9a43c044af3d Mon Sep 17 00:00:00 2001 From: slaventius Date: Fri, 24 Feb 2023 12:53:48 +0300 Subject: [PATCH] * --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [] }