diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-07-02 18:14:51 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:46:02 -0400 |
commit | eead4d0046995c11314347b5963a7b4770a1c86e (patch) | |
tree | 34738907a20ba8db29150b9c53945df5d533e4bf /branding/config.go.tmpl | |
parent | 3cb8f572154d00c742f3a114f08374f09b5103d3 (diff) |
[feat] add make prepare target to Makefile
Diffstat (limited to 'branding/config.go.tmpl')
-rw-r--r-- | branding/config.go.tmpl | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/branding/config.go.tmpl b/branding/config.go.tmpl deleted file mode 100644 index c3a9a33..0000000 --- a/branding/config.go.tmpl +++ /dev/null @@ -1,32 +0,0 @@ -/* - DO NOT EDIT -------------------------------------------------- - - This file has been automatically generated by `go generate`. - Any changes will be overriden. - - DO NOT EDIT -------------------------------------------------- -*/ - -package config - -/* All these constants are defined in the vendor.conf file -*/ -const ( - Provider = "$providerURL" - ApplicationName = "$applicationName" - BinaryName = "$binaryName" - DonateURL = "$donateURL" - 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`) |