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 /gui | |
parent | 5d102497e80f17056ce97bcc58a4906cf8a05c28 (diff) |
[feat] remove unused config options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/providers/providers.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/providers/providers.json b/gui/providers/providers.json index 30d39b0..3951bdd 100644 --- a/gui/providers/providers.json +++ b/gui/providers/providers.json @@ -6,11 +6,11 @@ "applicationName": "DemoLibVPN", "binaryName": "demolib-vpn", "auth": "sip", - "authEmptyPass": "true", + "authEmptyPass": true, "providerURL": "vpnlib.bitmask.net", "tosURL": "https://libraryvpn.org/", "helpURL": "https://libraryvpn.org/", - "askForDonations": "false", + "askForDonations": false, "donateURL": "", "apiURL": "https://api.vpnlib.bitmask.net:4430/", "geolocationAPI": "https://getmyip.vpnlib.bitmask.net/json", @@ -18,4 +18,4 @@ "timeStamp": "2020-09-25 13:05:47" } ] -}
\ No newline at end of file +} |