diff options
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/mx.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json index 50c03a19..25ccf4f0 100644 --- a/provider_base/services/mx.json +++ b/provider_base/services/mx.json @@ -8,6 +8,7 @@ "haproxy": { "servers": "= haproxy_servers(nodes_like_me[:services => :couchdb], stunnel.couch_client)" }, + "couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]", "x509": { "use": true, "ca_cert": "= file :ca_cert, :missing => 'provider CA. Run `leap cert ca`'", |