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": [] }