From fb38e5f896b460e05907b493bfe0ad38006f2060 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 15 Aug 2013 15:39:10 -0400 Subject: Revert "temp hack: deploy the webapp as couch user 'admin'" This reverts commit 8c038fea91adc87adf9e408c16e2f0ec9838e3d2. --- provider_base/services/webapp.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'provider_base/services/webapp.json') diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json index b9e823da..ee61e5ab 100644 --- a/provider_base/services/webapp.json +++ b/provider_base/services/webapp.json @@ -3,8 +3,7 @@ "admins": [], "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[:admin]", + "couchdb_webapp_user": "= global.services[:couchdb].couch.users[:webapp]", "favicon": "= file_path 'branding/favicon.ico'", "tail_scss": "= file_path 'branding/tail.scss'", "head_scss": "= file_path 'branding/head.scss'", -- cgit v1.2.3