summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-24 21:19:19 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-24 21:20:50 -0600
commitd437b73a8c2dda9884c92d2be44727e66c2289e2 (patch)
treeb9936d4e12a14b76d88ba1464a765e5b05ca6159 /config
parent12f0aca04bb613cae64d3c438042b85474abb411 (diff)
refactor into cmd/pkg
Diffstat (limited to 'config')
-rwxr-xr-xconfig/CONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/CONFIG b/config/CONFIG
index d21bd09..04b4496 100755
--- a/config/CONFIG
+++ b/config/CONFIG
@@ -1,4 +1,4 @@
export VPNWEB_AUTH=sip
export VPNWEB_CAKEY=test/files/ca.key
export VPNWEB_CACRT=test/files/ca.crt
-export VPNWEB_PORT=3000
+export VPNWEB_PORT=8000