Aufruf mit -m - also NUR Mongo

Docs angepasst
This commit is contained in:
rxf
2023-12-17 14:16:37 +01:00
parent fb076fd21d
commit 4f19f9973a
3 changed files with 360 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "timeseries_mongo",
"version": "2.0.1",
"date": "2023-10-15",
"version": "2.0.2",
"date": "2023-12-17",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node fetchnewdata.js >>/var/log/timeseries.log 2>&1"
"start": "node fetchnewdata.js -m >>/var/log/timeseries.log 2>&1"
},
"type": "module",
"keywords": [],