Rename Ingestor to ProbeIngest; update configurations, routes, and Docker support; add new request types and workflows

This commit is contained in:
Simon Larsen
2024-11-21 17:18:22 +00:00
parent 3a1f5c7120
commit 815ae7161d
46 changed files with 127 additions and 127 deletions

4
.vscode/launch.json vendored
View File

@@ -163,8 +163,8 @@
},
{
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Ingestor",
"name": "Ingestor: Debug with Docker",
"localRoot": "${workspaceFolder}/ProbeIngest",
"name": "ProbeIngest: Debug with Docker",
"port": 9932,
"remoteRoot": "/usr/src/app",
"request": "attach",