summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-31 23:05:31 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-02-11 20:32:30 +0100
commitd501f3f88ecd8410ae4040c62a099017db8dcb9f (patch)
tree951de2c481ddae4e679ff59e90274652b69f4532 /config
parentec1cda75a94f88ffbc4e6ea283972fe1fdaabe70 (diff)
[refactor] telnet dispatcher, handle errors
Diffstat (limited to 'config')
-rwxr-xr-xconfig/CONFIG5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/CONFIG b/config/CONFIG
index 02d60cb..9d2f5c5 100755
--- a/config/CONFIG
+++ b/config/CONFIG
@@ -13,7 +13,10 @@ export VPNWEB_AUTH_SECRET=othaoPhejei8aidaeghaiVohie4du
export VPNWEB_SIP_USER=leap
export VPNWEB_SIP_PASS="Kohapassword1!"
export VPNWEB_SIP_HOST="localhost"
-export VPNWEB_SIP_PORT="6001"
+export VPNWEB_SIP_PORT="7001"
export VPNWEB_SIP_LIBR_LOCATION=testlibrary
export VPNWEB_SIP_TERMINATOR="\r"
+# debug
+
+export VPNWEB_DEBUG_AUTH=yes