summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-12 10:54:04 -0800
committerelijah <elijah@riseup.net>2013-02-12 10:54:04 -0800
commitba2b83b19f951322e85f64bf010764a49ee9f2f4 (patch)
tree457e95c9c77945c6cadcd5cf11650dec4f05ba00
parentaab5906b79a43fbcedab819a05b25bef7a2757c8 (diff)
temporarily make the webapp use the admin couchdb user. waiting on https://leap.se/code/issues/1163
-rw-r--r--provider_base/services/webapp.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json
index c9e4c532..e3055c6f 100644
--- a/provider_base/services/webapp.json
+++ b/provider_base/services/webapp.json
@@ -2,7 +2,9 @@
"webapp": {
"modules": ["user", "billing", "help"],
"couchdb_hosts": "= hostnames nodes[:services => :couchdb][:local => local]",
- "couchdb_user": "= global.services[:couchdb].couch.users[:webapp]",
+ # NOTE: this is bad, but pending a fix to https://leap.se/code/issues/1163
+ # before we can use user "webapp"
+ "couchdb_user": "= global.services[:couchdb].couch.users[:admin]",
"favicon": "= file_path 'branding/favicon.ico'",
"tail_scss": "= file_path 'branding/tail.scss'",
"head_scss": "= file_path 'branding/head.scss'",