changeset 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 5bbb1e707e56 (current diff) 6a3e3a0a7efe (diff)
children 1b98925facf6
files
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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"
+		}
     }
 }