diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/calyx.net.json | 2 | ||||
-rw-r--r-- | app/assets/riseup.net.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/calyx.net.json b/app/assets/calyx.net.json index 30ab43c5..69e1c2a6 100644 --- a/app/assets/calyx.net.json +++ b/app/assets/calyx.net.json @@ -1,5 +1,5 @@ { - "api_uri": "https://calyx.net:4430", + "api_uri": "https://api.calyx.net:4430", "api_version": "1", "ca_cert_fingerprint": "SHA256: 43683c9ba3862c5384a8c1885072fcac40b5d2d4dd67331443f13a3077fa2e69", "ca_cert_uri": "https://calyx.net/ca.crt", diff --git a/app/assets/riseup.net.json b/app/assets/riseup.net.json index 9a5ec79e..82290ecd 100644 --- a/app/assets/riseup.net.json +++ b/app/assets/riseup.net.json @@ -16,7 +16,7 @@ "en": "Riseup Networks" }, "service": { - "allow_anonymous": false, + "allow_anonymous": true, "allow_free": true, "allow_limited_bandwidth": false, "allow_paid": false, |