diff options
author | Azul <azul@leap.se> | 2014-04-18 12:51:18 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-18 13:08:45 +0200 |
commit | be81b7430e0a2046125be7c3a4b01b8725f4afe6 (patch) | |
tree | e14ea6e4d3e9b9c925f5ae99223635973a2710c7 /app | |
parent | 966e390d401b84dad98127e647d2ec634f1cbc15 (diff) |
adopt service_level config to platform settings
cost -> rate
quota -> storage
Diffstat (limited to 'app')
-rw-r--r-- | app/models/anonymous_service_level.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/anonymous_service_level.rb b/app/models/anonymous_service_level.rb index 47b7cfb..4366a4a 100644 --- a/app/models/anonymous_service_level.rb +++ b/app/models/anonymous_service_level.rb @@ -23,7 +23,6 @@ class AnonymousServiceLevel def config_hash { name: "anonymous", description: description, - cost: 0, eip_rate_limit: APP_CONFIG[:allow_limited_certs] } end |