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" }, } ]