Version updatet, launch.json angepasst

This commit is contained in:
2026-06-30 16:43:19 +00:00
parent fbf07920a2
commit 8291e2e9b2
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
],
"program": "${workspaceFolder}/bin/www.js",
"env": {
// "APIHOST": "http://192.168.178.127:3005",
"PORT": "3003",
"APIHOST": "http://localhost:3005",
// "MONGOHOST": "reception",
// "MONGOUSRP": "admin:mongo4noise",
// "MONGOAUTH": "true",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "laerm-web-sensorapi",
"version": "3.3.0",
"date": "2025-11-22 10:00 UTC",
"version": "3.3.1",
"date": "2026-06-30 18:00 UTC",
"private": true,
"scripts": {
"start": "node bin/www.js >>/var/log/noise.log 2>&1"