diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/js/cctv-control.js | 4 |
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 |