From 685da193ea29f3e7a8a42d55747dfb2f956f23b6 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 30 Sep 2019 23:10:01 +0200 Subject: remove hard coded demo setup, use real pt.demo.bitmask.net demo provider --- app/src/custom/assets/ptdemo.bitmask.net.json | 43 --------------------------- 1 file changed, 43 deletions(-) delete mode 100644 app/src/custom/assets/ptdemo.bitmask.net.json (limited to 'app/src/custom/assets/ptdemo.bitmask.net.json') diff --git a/app/src/custom/assets/ptdemo.bitmask.net.json b/app/src/custom/assets/ptdemo.bitmask.net.json deleted file mode 100644 index 98afaa54..00000000 --- a/app/src/custom/assets/ptdemo.bitmask.net.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "api_uri": "https://leech.demo.bitmask.net:8000", - "api_version": "3", - "ca_cert_fingerprint": "SHA256: 0f17c033115f6b76ff67871872303ff65034efe7dd1b910062ca323eb4da5c7e", - "ca_cert_uri": "https://leech.demo.bitmask.net:8000/ca.crt", - "default_language": "en", - "description": { - "el": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.", - "en": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted.", - "es": "demo.bitmask.net allows you to test the Bitmask application. User accounts may be periodically deleted." - }, - "domain": "demo.bitmask.net", - "enrollment_policy": "open", - "languages": [ - "de", - "en", - "es", - "pt" - ], - "name": { - "de": "Bitmask Pluggable Transports", - "en": "Bitmask Pluggable Transports" - }, - "service": { - "allow_anonymous": true, - "allow_free": true, - "allow_limited_bandwidth": false, - "allow_paid": false, - "allow_registration": true, - "allow_unlimited_bandwidth": true, - "bandwidth_limit": 102400, - "default_service_level": 1, - "levels": { - "1": { - "description": "Please donate.", - "name": "free" - } - } - }, - "services": [ - "openvpn" - ] -} \ No newline at end of file -- cgit v1.2.3