summaryrefslogtreecommitdiff
path: root/provider.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-10 17:46:25 -0700
committerelijah <elijah@riseup.net>2013-03-10 17:46:25 -0700
commita8f405c6dbfb3b79f1e868a7b9bae3981a01540a (patch)
treefa50126d501c5a31e59664634d940842f615391f /provider.json
parent858032a4b6a0749e0c0ec76e1f9debce9a0e779a (diff)
added service levels and 'ankara' location
Diffstat (limited to 'provider.json')
-rw-r--r--provider.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/provider.json b/provider.json
index a113bad..efbddad 100644
--- a/provider.json
+++ b/provider.json
@@ -17,5 +17,11 @@
"contacts": {
"default": "sysdev at the leap.se domain"
},
- "service_allow_free": true
+ "service":{
+ "levels": [
+ {"id": 1, "name": "free", "bandwidth":"limited", "storage":50}
+ ],
+ // bytes per second
+ "bandwidth_limit": 400000
+ }
}