summaryrefslogtreecommitdiff
path: root/branding/template
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-07-09 18:28:57 +0200
committerRuben Pollan <meskio@sindominio.net>2019-08-05 11:46:10 -0400
commit92ea8778813ddffe6187e0ce300638fdefe1bf5e (patch)
tree5a26610c28c30fb2cd2656a8a53af29f2ea75edf /branding/template
parentd33a4a041ab5d9e11e127d8a0e18205f97f4cabd (diff)
[refactor] rename templates
Diffstat (limited to 'branding/template')
-rw-r--r--branding/template/config.go27
1 files changed, 0 insertions, 27 deletions
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`)