summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-05-21 16:34:16 -0400
committerMicah Anderson <micah@leap.se>2013-07-25 13:45:10 -0400
commit462c402e7850671cd6debc545bce93f51d5b6770 (patch)
treedde68db085fdd71d8583299252a6c3be60e6cc01 /provider_base
parent874cbdc087fde630ef7c44b51974aa702a151c7c (diff)
add necessary service type to the mx.json
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/mx.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index b15bfbc8..91ad3277 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -16,5 +16,6 @@
"commercial_cert": "= file [:commercial_cert, domain.full_suffix]",
"commercial_key": "= file [:commercial_key, domain.full_suffix]",
"commercial_ca_cert": "= try_file :commercial_ca_cert"
- }
+ },
+ "service_type": "user_service"
}