# HG changeset patch # User Dirk Olmes # Date 1429927744 -7200 # Node ID 6a3e3a0a7efe518d05d7f65e7b30042cd9814e77 # Parent c5250fcc38810a59ce0a2ecbd867c48d8da1b3c9 add a test profile diff -r c5250fcc3881 -r 6a3e3a0a7efe backend/couchdb/CouchApp/feedworm/.couchapprc --- 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" + } } }