summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-05-06 19:10:29 +0200
committercyBerta <cyberta@riseup.net>2022-05-06 19:10:29 +0200
commitef1c3ea181341525664145c7c62ec6ff604023c3 (patch)
tree39088d51362697e0c05c6547c82510698e8d1546
parent7297644b575acb56eea1e2eee6a20e864e5da4d0 (diff)
set allow_registration to false for calyx preshipped provider
-rw-r--r--app/src/normal/assets/calyx.net.json2
1 files changed, 1 insertions, 1 deletions
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,