From 14ee880ea4b8d916500b2a6e35bc1ad8b04c5fca Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 1 Feb 2023 12:20:16 +0300 Subject: [PATCH] * --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 07fdea4..a5379fb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,11 +11,11 @@ "mode": "debug", "program": "${workspaceRoot}/cmd/main.go", "env": { - "DB_HOST": "127.0.0.1", - "DB_PORT":"9055", + // "DB_HOST": "127.0.0.1", + // "DB_PORT":"9055", "APP_PORT":"9056", }, - "args": ["1", "2", "25"] + "args": [] } ] }