diff options
author | varac <varacanero@zeromail.org> | 2014-01-09 15:37:19 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-01-09 15:37:19 +0100 |
commit | 2e5caf58f184db37b4120646627c17166cd86183 (patch) | |
tree | af2e06780f2723df715b168696f13f63bcef17fd | |
parent | 06485bd286446cdf64bdf142acb20defa990f98f (diff) |
Revert "temporarily deploy webapp with admin access"
This reverts commit 06485bd286446cdf64bdf142acb20defa990f98f.
see "webapp cannot create new users without admin access (Feature
-rw-r--r-- | services/webapp.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/webapp.json b/services/webapp.json index 68e5776..c21cfff 100644 --- a/services/webapp.json +++ b/services/webapp.json @@ -4,7 +4,6 @@ "git": { "source": "https://leap.se/git/leap_web", "revision": "origin/develop" - }, - "couchdb_webapp_user": "= global.services[:couchdb].couch.users[:admin]" + } } } |