mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update .gitignore and launch configuration for dev environment
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -36,4 +36,7 @@ dist/
|
||||
|
||||
__pycache__/
|
||||
|
||||
site/
|
||||
site/
|
||||
|
||||
# Dev config
|
||||
llamactl.dev.yaml
|
||||
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -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"
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user