comparison backend/couchdb/CouchApp/feedworm/.couchapprc @ 238:6a3e3a0a7efe

add a test profile
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 25 Apr 2015 04:09:04 +0200
parents a5bda54309ba
children
comparison
equal deleted inserted replaced
236:c5250fcc3881 238:6a3e3a0a7efe
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 }