summaryrefslogtreecommitdiff
path: root/provider.json
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-12-02 09:21:36 -0500
committerMicah Anderson <micah@riseup.net>2014-12-03 15:14:28 -0500
commitda6ffc05f371ca7a461a120e680db5116d46fbf1 (patch)
tree2cb9942e49b3a582ad56daf10b793751ecae2124 /provider.json
parent40cd096ce2f683b5d8e6a6d51b7d8ebc152248d4 (diff)
standardize json formatting
Diffstat (limited to 'provider.json')
-rw-r--r--provider.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/provider.json b/provider.json
index ae8ec87..ad97560 100644
--- a/provider.json
+++ b/provider.json
@@ -2,25 +2,25 @@
// General service provider configuration.
//
{
- "domain": "bitmask.net",
- "name": {
- "en": "Bitmask"
- },
- "description": {
- "en": "Bitmask is a project of LEAP with the purpose to test the performance and reliability of the LEAP software. Bitmask runs on the latest bleeding edge of the LEAP code, and will likely have more features and less reliability than other service providers.",
- "es": "Bitmask es un proyecto de LEAP con el propósito de probar el rendimiento y la fiabilidad del software LEAP. Bitmask corre la última versión del código LEAP, y es de esperar que tenga más funciones y menos fiabilidad que los proveedores de servicios.",
- "el": "Bitmask είναι ένα έργο του LEAP με σκοπό τον έλεγχο της απόδοσης και της αξιοπιστίας του λογισμικού LEAP. Bitmask τρέχει για τις τελευταίες αιμορραγία άκρο του κώδικα LEAP, και θα έχει πιθανότατα περισσότερες δυνατότητες και λιγότερα αξιοπιστία από άλλους φορείς παροχής υπηρεσιών."
- },
- "languages": ["en", "es", "el"],
- "default_language": "en",
- "enrollment_policy": "open",
- "contacts": {
- "default": "sysdev@leap.se"
- },
- "ca": {
- "server_certificates": {
-// not support by gandi:
-// "bit_size": 3248
+ "domain": "bitmask.net",
+ "name": {
+ "en": "Bitmask"
+ },
+ "description": {
+ "en": "Bitmask is a project of LEAP with the purpose to test the performance and reliability of the LEAP software. Bitmask runs on the latest bleeding edge of the LEAP code, and will likely have more features and less reliability than other service providers.",
+ "es": "Bitmask es un proyecto de LEAP con el propósito de probar el rendimiento y la fiabilidad del software LEAP. Bitmask corre la última versión del código LEAP, y es de esperar que tenga más funciones y menos fiabilidad que los proveedores de servicios.",
+ "el": "Bitmask είναι ένα έργο του LEAP με σκοπό τον έλεγχο της απόδοσης και της αξιοπιστίας του λογισμικού LEAP. Bitmask τρέχει για τις τελευταίες αιμορραγία άκρο του κώδικα LEAP, και θα έχει πιθανότατα περισσότερες δυνατότητες και λιγότερα αξιοπιστία από άλλους φορείς παροχής υπηρεσιών."
+ },
+ "languages": ["en", "es", "el"],
+ "default_language": "en",
+ "enrollment_policy": "open",
+ "contacts": {
+ "default": "sysdev@leap.se"
+ },
+ "ca": {
+ "server_certificates": {
+ // not support by gandi:
+ // "bit_size": 3248
+ }
}
- }
}