diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-07 17:21:28 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
commit | 006bfb04789f94b458119fee7c0544bf9b04bfce (patch) | |
tree | a1652e826030b9a86db3105fcb883086e600bcef /pkg/config | |
parent | 4bd6bbd788454367cc89d78543312f333051b840 (diff) |
[config] test with riseup config
Diffstat (limited to 'pkg/config')
-rw-r--r-- | pkg/config/config.go | 11 |
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("") |