From bc905baca992493ac3aa614b31b971bd1e5b04a5 Mon Sep 17 00:00:00 2001 From: samcm Date: Mon, 17 Apr 2017 20:18:29 +1000 Subject: [PATCH] WebApp config defaults --- webapp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp.js b/webapp.js index aa9ee7e9..dc8e893d 100644 --- a/webapp.js +++ b/webapp.js @@ -5,6 +5,7 @@ // USER CONFIG var PORT = 8088 +var accessIp = 'http://ip:port/ptweb' // EG 'http://95.231.444.12:8088/ptweb' or 'http://example.com/ptweb'