comparison 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
comparison
equal deleted inserted replaced
237:5bbb1e707e56 239:a15b3ee791a1
1 { 1 {
2 "env" : { 2 "env" : {
3 "local" : { 3 "local" : {
4 "db" : "http://localhost:5984/feedworm" 4 "db" : "http://localhost:5984/feedworm"
5 } 5 },
6 "test" : {
7 "db" : "http://xanthippe:5984/feedworm-test"
8 }
6 } 9 }
7 } 10 }