summaryrefslogtreecommitdiff
path: root/branding/templates/bitmaskvpn/config.go
blob: 97b4617e7445b1bbee540ef385709869ca7686a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// 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"
	DonateURL       = "$donateURL"
	AskForDonations = "$askForDonations"
	HelpURL         = "$helpURL"
	TosURL          = "$tosURL"
	APIURL          = "$apiURL"
	GeolocationAPI  = "$geolocationAPI"
)

/*

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`)