diff options
author | elijah <elijah@riseup.net> | 2012-11-06 23:46:57 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-06 23:46:57 -0800 |
commit | 96634bb77059ca074a4713e0d143c99266b4d55f (patch) | |
tree | 75b172b5478c5cb29b356dd025492cf2a21268f9 /test/provider/services/couchdb.json | |
parent | 68674e6d2d85ca42e0d56a63f3ea2441c7e7e992 (diff) | |
download | leap_cli-96634bb77059ca074a4713e0d143c99266b4d55f.tar.gz leap_cli-96634bb77059ca074a4713e0d143c99266b4d55f.tar.bz2 |
updated test/provider and added configurable life_span to CA.
Diffstat (limited to 'test/provider/services/couchdb.json')
-rw-r--r-- | test/provider/services/couchdb.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/provider/services/couchdb.json b/test/provider/services/couchdb.json index 9024aa0..1cbc84e 100644 --- a/test/provider/services/couchdb.json +++ b/test/provider/services/couchdb.json @@ -1,3 +1,7 @@ { - "service_type": "internal_service" + "service_type": "internal_service", + "users": { + "admin": {"username":"admin", "password":"= secret :couch_admin_password"}, + "webapp": {"username":"webapp", "password":"= secret :couch_webapp_password"} + } }
\ No newline at end of file |