diff options
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/webapp.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json index 895aa6e3..29ed6110 100644 --- a/provider_base/services/webapp.json +++ b/provider_base/services/webapp.json @@ -1,6 +1,7 @@ { "webapp": { "modules": ["user", "billing", "help"], + "couchdb_hosts": "= hostnames nodes_like_me[:services => :couchdb]", "couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]", "couchdb_webapp_user": "= global.services[:couchdb].couch.users[:webapp]", "favicon": "= file_path 'branding/favicon.ico'", |