diff --git a/.gitignore b/.gitignore index 1badc01..70b23fc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ machinery/data/recordings machinery/data/snapshots machinery/test* machinery/init-dev.sh +machinery/.env deployments/docker/private-docker-compose.yaml \ No newline at end of file diff --git a/.vscode/launch.json b/machinery/.vscode/launch.json similarity index 67% rename from .vscode/launch.json rename to machinery/.vscode/launch.json index 608d3c6..93aef94 100644 --- a/.vscode/launch.json +++ b/machinery/.vscode/launch.json @@ -9,7 +9,10 @@ "type": "go", "request": "launch", "mode": "auto", - "program": "${fileDirname}" - } + "program": "main.go", + "args": ["run", "cameraname", "8080"], + "envFile": "${workspaceFolder}/.env", + "buildFlags": "--tags dynamic", + }, ] } \ No newline at end of file