From 6da07c8be89be0d40e8bdae9d773bfb5d2d33ad9 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 4 Feb 2020 21:15:48 +0100 Subject: [docs] document flags and env vars - Resolves: #5 --- config/CONFIG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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" -- cgit v1.2.3