mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Add environment variables for development configuration in launch.json
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -10,6 +10,10 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "auto",
|
"mode": "auto",
|
||||||
"program": "${workspaceFolder}/cmd/server/main.go",
|
"program": "${workspaceFolder}/cmd/server/main.go",
|
||||||
|
"env": {
|
||||||
|
"GO_ENV": "development",
|
||||||
|
"LLAMACTL_REQUIRE_MANAGEMENT_AUTH": "false"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user