diff options
author | cyBerta <cyberta@riseup.net> | 2022-05-06 19:10:29 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-05-06 19:10:29 +0200 |
commit | ef1c3ea181341525664145c7c62ec6ff604023c3 (patch) | |
tree | 39088d51362697e0c05c6547c82510698e8d1546 /app/src/normal/assets/calyx.net.json | |
parent | 7297644b575acb56eea1e2eee6a20e864e5da4d0 (diff) |
set allow_registration to false for calyx preshipped provider
Diffstat (limited to 'app/src/normal/assets/calyx.net.json')
-rw-r--r-- | app/src/normal/assets/calyx.net.json | 2 |
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, |