summaryrefslogtreecommitdiff
path: root/pkg/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/config.go')
-rw-r--r--pkg/config/config.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go
index c4961ab..c756672 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -2,15 +2,9 @@ package config
var (
Provider = ""
- ProviderName = ""
ApplicationName = ""
BinaryName = ""
Auth = ""
- AuthEmptyPass = false
- DonateURL = ""
- AskForDonations = true
- HelpURL = ""
- TosURL = ""
APIURL = ""
GeolocationAPI = ""
)