From 7297644b575acb56eea1e2eee6a20e864e5da4d0 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 6 May 2022 19:03:32 +0200 Subject: update preshipped provider.json files --- app/src/normal/assets/calyx.net.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/normal/assets/calyx.net.json') diff --git a/app/src/normal/assets/calyx.net.json b/app/src/normal/assets/calyx.net.json index e3680dee..ad5c37f5 100644 --- a/app/src/normal/assets/calyx.net.json +++ b/app/src/normal/assets/calyx.net.json @@ -1,7 +1,7 @@ { "api_uri": "https://api.calyx.net:4430", - "api_version": "1", - "ca_cert_fingerprint": "SHA256: b2ae8b075a0e5634160c4dceec2e651dfabf9e4ea9409cc896cd2e1054c92372", + "api_version": "3", + "ca_cert_fingerprint": "SHA256: 43683c9ba3862c5384a8c1885072fcac40b5d2d4dd67331443f13a3077fa2e69", "ca_cert_uri": "https://calyx.net/ca.crt", "default_language": "en", "description": { -- cgit v1.2.3 From ef1c3ea181341525664145c7c62ec6ff604023c3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 6 May 2022 19:10:29 +0200 Subject: set allow_registration to false for calyx preshipped provider --- app/src/normal/assets/calyx.net.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/normal/assets/calyx.net.json') diff --git a/app/src/normal/assets/calyx.net.json b/app/src/normal/assets/calyx.net.json index ad5c37f5..876fdaab 100644 --- a/app/src/normal/assets/calyx.net.json +++ b/app/src/normal/assets/calyx.net.json @@ -20,7 +20,7 @@ "allow_free": true, "allow_limited_bandwidth": false, "allow_paid": false, - "allow_registration": true, + "allow_registration": false, "allow_unlimited_bandwidth": true, "bandwidth_limit": 102400, "default_service_level": 1, -- cgit v1.2.3