summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2014-03-18 01:27:08 +0100
committeruntersuchung <untersuchung@debian.(none)>2014-03-18 01:27:38 +0100
commitcbc1ab14fd500a47dbda48cd148a26c01aacbb20 (patch)
treed90bec22f773e1843cb615e99d16431af5cb4caf /public
parentc35a1c1abb596b919edf42b274d94c7831b93b13 (diff)
Konfiguration fuer Nebenwohnung
Diffstat (limited to 'public')
-rw-r--r--public/js/cctv-control.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/cctv-control.js b/public/js/cctv-control.js
index 70c68e9..6db2932 100644
--- a/public/js/cctv-control.js
+++ b/public/js/cctv-control.js
@@ -12,8 +12,8 @@
// This Software is licensed under the GPL Version 3, 29 June 2007
var cam = 0;
-var camHost = "127.0.0.1:8080";
-var controlHost = "127.0.0.1:8080";
+var camHost = "192.168.1.20:8080";
+var controlHost = "192.168.1.20:8080";
var formActive = 0; //crazy errors if boolean is used here...
//create event which is triggered when DOM is ready