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