From 92ea8778813ddffe6187e0ce300638fdefe1bf5e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 9 Jul 2019 18:28:57 +0200 Subject: [refactor] rename templates --- branding/template/config.go | 27 --------------------------- branding/templates/bitmaskvpn/config.go | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 branding/template/config.go create mode 100644 branding/templates/bitmaskvpn/config.go (limited to 'branding') diff --git a/branding/template/config.go b/branding/template/config.go deleted file mode 100644 index 67908c0..0000000 --- a/branding/template/config.go +++ /dev/null @@ -1,27 +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" - 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`) diff --git a/branding/templates/bitmaskvpn/config.go b/branding/templates/bitmaskvpn/config.go new file mode 100644 index 0000000..67908c0 --- /dev/null +++ b/branding/templates/bitmaskvpn/config.go @@ -0,0 +1,27 @@ +// 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" + 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`) -- cgit v1.2.3