Mercurial > hg > Feedworm
changeset 238:6a3e3a0a7efe
add a test profile
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 25 Apr 2015 04:09:04 +0200 |
parents | c5250fcc3881 |
children | a15b3ee791a1 |
files | backend/couchdb/CouchApp/feedworm/.couchapprc |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/couchdb/CouchApp/feedworm/.couchapprc Mon Jan 26 13:43:38 2015 +0100 +++ b/backend/couchdb/CouchApp/feedworm/.couchapprc Sat Apr 25 04:09:04 2015 +0200 @@ -2,6 +2,9 @@ "env" : { "local" : { "db" : "http://localhost:5984/feedworm" - } + }, + "test" : { + "db" : "http://xanthippe:5984/feedworm-test" + } } }