diff --git a/.gitignore b/.gitignore index 5148e52..a8813c5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ logs *.log npm-debug.log* +#binaries +binaries + # Runtime data pids *.pid diff --git a/config/default.json b/config/default.json index 7c2108d..74c1904 100644 --- a/config/default.json +++ b/config/default.json @@ -3,6 +3,7 @@ "port" : 8080 }, "raumfeld": { + "raumfeldHost" : "0.0.0.0", // 0.0.0.0 = autodetect "raumfeldHostRequestPort" : 47365, "raumfeldManufacturerId" : "Raumfeld GmbH", "raumfeldVirtualMediaPlayerModelDescription" : "Virtual Media Player", diff --git a/package.json b/package.json index a8efb8a..2de6740 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "dependencies": { "config": "^1.25.1", - "node-raumkernel": "^1.1.3" + "node-raumkernel": "^1.1.5" }, "author": "Christian Dürnberger", "bugs": {