summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-25 15:54:54 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-25 15:54:54 -0600
commit5bb198c1a5da3132945915947b88ad4a59dc7fcb (patch)
treef45dd66d22649b556308f419a9dae93b28f02da6 /config
parent307582d9d193f282fc20182468a02ed0c55b4f99 (diff)
pass sip authentication variables as env vars
Diffstat (limited to 'config')
-rwxr-xr-xconfig/CONFIG11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/CONFIG b/config/CONFIG
index 04b4496..cdd34ca 100755
--- a/config/CONFIG
+++ b/config/CONFIG
@@ -1,4 +1,15 @@
+# general variables
+
export VPNWEB_AUTH=sip
export VPNWEB_CAKEY=test/files/ca.key
export VPNWEB_CACRT=test/files/ca.crt
export VPNWEB_PORT=8000
+export VPNWEB_AUTH_SECRET=othaoPhejei8aidaeghaiVohie4du
+
+# sip authentication
+
+export VPNWEB_SIP_USER=leap
+export VPNWEB_SIP_PASS="Kohapassword1!"
+export VPNWEB_SIP_HOST="localhost"
+export VPNWEB_SIP_PORT="6001"
+export VPNWEB_SIP_LIBR_LOCATION=testlibrary