summaryrefslogtreecommitdiff
path: root/provider.json
diff options
context:
space:
mode:
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
+ }
}