summaryrefslogtreecommitdiff
path: root/pkg/config/config.go
blob: 24a88fbf2d1ae940f00740ab36e96e4642121656 (plain)
1
2
3
4
5
6
7
8
9
10
11
package config

var (
	Provider        = ""
	ApplicationName = ""
	BinaryName      = ""
	Auth            = ""
	APIURL          = ""
	GeolocationAPI  = ""
)
var CaCert = []byte("")