diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-09-30 12:35:07 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-09-30 18:31:02 +0200 |
commit | 89b148d143870161909eb6170d4fc1840277aa94 (patch) | |
tree | e94cca65f0d092bf7d0a4707dba841c02bb046a2 /pkg/config | |
parent | 5d102497e80f17056ce97bcc58a4906cf8a05c28 (diff) |
[feat] remove unused config options
Diffstat (limited to 'pkg/config')
-rw-r--r-- | pkg/config/config.go | 6 |
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 = "" ) |