summaryrefslogtreecommitdiff
path: root/provider_base/services/webapp.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-12 11:34:43 -0700
committerelijah <elijah@riseup.net>2013-06-12 11:34:43 -0700
commit8c038fea91adc87adf9e408c16e2f0ec9838e3d2 (patch)
tree7c34b552ad6f96c2e1071fe9f7417633dbb5869b /provider_base/services/webapp.json
parent722ff7da46de4e656b3a110a65b9ccaa57f82898 (diff)
temp hack: deploy the webapp as couch user 'admin'
Diffstat (limited to 'provider_base/services/webapp.json')
-rw-r--r--provider_base/services/webapp.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json
index 3dd9bebe..ad32bb61 100644
--- a/provider_base/services/webapp.json
+++ b/provider_base/services/webapp.json
@@ -2,7 +2,8 @@
"webapp": {
"modules": ["user", "billing", "help"],
"couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]",
- "couchdb_webapp_user": "= global.services[:couchdb].couch.users[:webapp]",
+// "couchdb_webapp_user": "= global.services[:couchdb].couch.users[:webapp]",
+ "couchdb_webapp_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'",