Add environment variables for development configuration in launch.json

This commit is contained in:
2025-08-30 22:04:52 +02:00
parent 74495f8163
commit fdd46859b9

4
.vscode/launch.json vendored
View File

@@ -10,6 +10,10 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/server/main.go",
"env": {
"GO_ENV": "development",
"LLAMACTL_REQUIRE_MANAGEMENT_AUTH": "false"
},
}
]
}