summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-09-07 17:21:28 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-05-04 14:58:39 +0200
commit006bfb04789f94b458119fee7c0544bf9b04bfce (patch)
treea1652e826030b9a86db3105fcb883086e600bcef /pkg
parent4bd6bbd788454367cc89d78543312f333051b840 (diff)
[config] test with riseup config
Diffstat (limited to 'pkg')
-rw-r--r--pkg/config/config.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go
index c756672..4cce98d 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -7,15 +7,4 @@ var (
Auth = ""
APIURL = ""
GeolocationAPI = ""
-)
-
-var Version string
-
-/*
-
-CaCert : a string containing a representation of the provider CA, used to
- sign the webapp and openvpn certificates. should be placed in
- config/[provider]-ca.crt
-
-*/
var CaCert = []byte("")