diff --git a/.vscode/launch.json b/.vscode/launch.json index 109a7ea..1c3758f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,5 @@ { "version": "0.2.0", - "debugServer": 4711, "configurations": [ { "name": "Launch", @@ -26,7 +25,7 @@ "args": [], "remotePath": "/go/src/app", "port": 2345, // Port - "host": "192.168.99.100" // Docker IP + "host": "localhost" // Docker IP } ] -} \ No newline at end of file +}