From 281cc799631ae309803daacf78b7f8da70ec7d8d Mon Sep 17 00:00:00 2001 From: slaventius Date: Thu, 2 Feb 2023 11:06:35 +0300 Subject: [PATCH] * --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c6f7343..05f4473 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,9 +11,8 @@ "mode": "debug", "program": "${workspaceRoot}/cmd/main.go", "env": { - // "DB_HOST": "127.0.0.1", - // "DB_PORT":"9055", "APP_PORT":"9995", + "KAFKA_PORT":"9092", }, "args": [] }