diff options
author | elijah <elijah@riseup.net> | 2014-01-08 14:22:42 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-08 14:22:42 -0800 |
commit | 06485bd286446cdf64bdf142acb20defa990f98f (patch) | |
tree | 78eb3e3a64dcc6b1afb2f2f457ed047f56ba967e | |
parent | 4056c71c382cefd66601abb46d5373d07ee5d3f7 (diff) |
temporarily deploy webapp with admin access
-rw-r--r-- | services/webapp.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/webapp.json b/services/webapp.json index c21cfff..68e5776 100644 --- a/services/webapp.json +++ b/services/webapp.json @@ -4,6 +4,7 @@ "git": { "source": "https://leap.se/git/leap_web", "revision": "origin/develop" - } + }, + "couchdb_webapp_user": "= global.services[:couchdb].couch.users[:admin]" } } |