summaryrefslogtreecommitdiff
path: root/config/CONFIG
diff options
context:
space:
mode:
Diffstat (limited to 'config/CONFIG')
-rwxr-xr-xconfig/CONFIG4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/CONFIG b/config/CONFIG
index 939393d..02d60cb 100755
--- a/config/CONFIG
+++ b/config/CONFIG
@@ -1,5 +1,7 @@
# general variables
+export VPNWEB_API_PATH="./public"
+export VPNWEB_PROVIDER_CA="./public/ca.crt"
export VPNWEB_AUTH=sip
export VPNWEB_CAKEY=test/files/ca.key
export VPNWEB_CACRT=test/files/ca.crt
@@ -15,5 +17,3 @@ export VPNWEB_SIP_PORT="6001"
export VPNWEB_SIP_LIBR_LOCATION=testlibrary
export VPNWEB_SIP_TERMINATOR="\r"
-#export VPNWEB_API_PATH="./public"
-#export VPNWEB_PROVIDER_CA="./public/ca.crt"