From 96634bb77059ca074a4713e0d143c99266b4d55f Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 6 Nov 2012 23:46:57 -0800 Subject: updated test/provider and added configurable life_span to CA. --- test/provider/services/couchdb.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/provider/services/couchdb.json') 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 -- cgit v1.2.3