diff options
Diffstat (limited to 'provider.json')
-rw-r--r-- | provider.json | 8 |
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 + } } |