diff --git a/.vscode/launch.json b/.vscode/launch.json index 7f4175c..cb01dbe 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,6 +10,10 @@ "request": "launch", "mode": "auto", "program": "${workspaceFolder}/cmd/server/main.go", + "env": { + "GO_ENV": "development", + "LLAMACTL_REQUIRE_MANAGEMENT_AUTH": "false" + }, } ] } \ No newline at end of file