diff --git a/pkg/config/config.go b/pkg/config/config.go index c7566728dd6f6bf287bfc34ee8d9d315d90157e9..4cce98de946eb39be17bcfa574b4de8fdc7b042e 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("")