make electronOptions configurable, remove kioskmode from documentation

This commit is contained in:
Andreas 'count' Kotes
2016-12-10 17:02:54 +01:00
committed by Andreas Kotes
parent 78aa2b491c
commit 6a184b069b
4 changed files with 11 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
var defaults = {
port: 8080,
kioskmode: false,
electronOptions: {},
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
language: "en",