V 2.03 Noch ein paar Anpassungen

This commit is contained in:
2026-04-01 14:14:15 +02:00
parent 6d1d60a9c1
commit 96a54b69d2
8 changed files with 77 additions and 37 deletions

4
.vscode/launch.json vendored
View File

@@ -14,8 +14,8 @@
"program": "${workspaceFolder}/fetchnewdata.js",
"args": [],
"env": {
"MONGOPORT": "27098",
"TYP": "['noise', 'thp']"
"MONGOPORT": "27017",
"TYP": "['radioactivity', 'thp']"
}
}
]