diff options
Diffstat (limited to 'pkg/config/config.go')
-rw-r--r-- | pkg/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index 4cce98d..24a88fb 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -7,4 +7,5 @@ var ( Auth = "" APIURL = "" GeolocationAPI = "" +) var CaCert = []byte("") |