From 12f0aca04bb613cae64d3c438042b85474abb411 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Jan 2020 15:43:06 -0600 Subject: fallback to env vars for config options --- config/CONFIG | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 config/CONFIG (limited to 'config') diff --git a/config/CONFIG b/config/CONFIG new file mode 100755 index 0000000..d21bd09 --- /dev/null +++ b/config/CONFIG @@ -0,0 +1,4 @@ +export VPNWEB_AUTH=sip +export VPNWEB_CAKEY=test/files/ca.key +export VPNWEB_CACRT=test/files/ca.crt +export VPNWEB_PORT=3000 -- cgit v1.2.3