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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -37,3 +37,6 @@ dist/
|
|||||||
__pycache__/
|
__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",
|
"program": "${workspaceFolder}/cmd/server/main.go",
|
||||||
"env": {
|
"env": {
|
||||||
"GO_ENV": "development",
|
"GO_ENV": "development",
|
||||||
"LLAMACTL_REQUIRE_MANAGEMENT_AUTH": "false"
|
"LLAMACTL_CONFIG_PATH": "${workspaceFolder}/llamactl.dev.yaml"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user