diff options
Diffstat (limited to 'pkg')
-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("") |