Added clientonly script

Added clientonly script to have server and client run at different locations
This commit is contained in:
Unknown
2017-06-25 12:18:59 +02:00
committed by unknown
parent 8893df118e
commit 66f93ee541
8 changed files with 118 additions and 6 deletions

View File

@@ -8,10 +8,12 @@
*/
var port = 8080;
var address = "localhost";
if (typeof(mmPort) !== "undefined") {
port = mmPort;
}
var defaults = {
address: address,
port: port,
kioskmode: false,
electronOptions: {},