view backend/couchdb/CouchApp/feedworm/.couchapprc @ 195:66d1efcb8e8a

filter out warnings that we cannot handle
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 25 Nov 2011 11:15:22 +0100
parents a5bda54309ba
children 6a3e3a0a7efe
line wrap: on
line source

{
    "env" : {
        "local" : {
            "db" : "http://localhost:5984/feedworm"
        }
    }
}