diff options
author | jessib <jessib@riseup.net> | 2013-12-05 11:11:39 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-12-05 11:11:39 -0800 |
commit | 6ebf095bc553345a3e0b8c48cadc3e1440c59ca5 (patch) | |
tree | ed8c1d2787cec6203e629dfa847dd63cdb2d1f56 /config | |
parent | 7d4a9658c29cad526cfe5c952f71109e8eb304e7 (diff) |
We won't want service levels in production mode, and have it so this initial service level code won't break anything if it isn't set in the config.
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/defaults.yml b/config/defaults.yml index c986d01..4530d47 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -88,7 +88,6 @@ production: <<: *downloads <<: *cert_options <<: *common - <<: *service_levels admins: [] domain: example.net payment: [] |