diff options
Diffstat (limited to 'branding/templates/bitmaskvpn/config.go')
-rw-r--r-- | branding/templates/bitmaskvpn/config.go | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/branding/templates/bitmaskvpn/config.go b/branding/templates/bitmaskvpn/config.go deleted file mode 100644 index e3d70cf..0000000 --- a/branding/templates/bitmaskvpn/config.go +++ /dev/null @@ -1,31 +0,0 @@ -// Code generated by go generate; DO NOT EDIT. -// This file was generated by vendorize.py -// At $timeStamp - -package config - -/* All these constants are defined in the vendor.conf file - */ -const ( - Provider = "$providerURL" - ApplicationName = "$applicationName" - BinaryName = "$binaryName" - Auth = "$auth" - DonateURL = "$donateURL" - AskForDonations = "$askForDonations" - HelpURL = "$helpURL" - TosURL = "$tosURL" - APIURL = "$apiURL" - GeolocationAPI = "$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(`$caCertString`) |