From f209bc88b6e97c945fcf11972645521ffea6948b Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 19 Oct 2025 15:50:30 +0200 Subject: [PATCH] Update .gitignore and launch configuration for dev environment --- .gitignore | 5 ++++- .vscode/launch.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cf813ce..46201c2 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,7 @@ dist/ __pycache__/ -site/ \ No newline at end of file +site/ + +# Dev config +llamactl.dev.yaml \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index cb01dbe..b45882e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "program": "${workspaceFolder}/cmd/server/main.go", "env": { "GO_ENV": "development", - "LLAMACTL_REQUIRE_MANAGEMENT_AUTH": "false" + "LLAMACTL_CONFIG_PATH": "${workspaceFolder}/llamactl.dev.yaml" }, } ]