summaryrefslogtreecommitdiff
path: root/provider_base/services/webapp.json
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-23 12:08:56 -0400
committerMicah Anderson <micah@riseup.net>2013-04-23 12:08:56 -0400
commit285236312c9e787767b742feb320ff0e7816a985 (patch)
tree8179ec3c779c2f5fe1000f97ee5741a9af4cf8a6 /provider_base/services/webapp.json
parent0d821e158b78365c59d148267a569f3ce2d82e47 (diff)
remove no longer used json key couchdb_hosts
Diffstat (limited to 'provider_base/services/webapp.json')
-rw-r--r--provider_base/services/webapp.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json
index 29ed6110..f87b0833 100644
--- a/provider_base/services/webapp.json
+++ b/provider_base/services/webapp.json
@@ -1,7 +1,6 @@
{
"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'",
@@ -41,4 +40,4 @@
"commercial_key": "= file [:commercial_key, domain.full_suffix]",
"commercial_ca_cert": "= try_file :commercial_ca_cert"
}
-} \ No newline at end of file
+}