diff backend/couchdb/CouchApp/feedworm/.couchapprc @ 239:a15b3ee791a1

Automated merge with https://xanthippe.duckdns.org/hg/Feedworm
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 25 Apr 2015 04:10:12 +0200
parents 6a3e3a0a7efe
children
line wrap: on
line diff
--- a/backend/couchdb/CouchApp/feedworm/.couchapprc	Thu Apr 23 07:59:19 2015 +0200
+++ b/backend/couchdb/CouchApp/feedworm/.couchapprc	Sat Apr 25 04:10:12 2015 +0200
@@ -2,6 +2,9 @@
     "env" : {
         "local" : {
             "db" : "http://localhost:5984/feedworm"
-        }
+        },
+        "test" : {
+			"db" : "http://xanthippe:5984/feedworm-test"
+		}
     }
 }