view backend/couchdb/CouchApp/feedworm/.couchapprc @ 187:2f2016a10f7d

handle a missing updated_parsed attribute in a feed entry gracefully
author dirk
date Tue, 13 Sep 2011 17:52:36 +0200
parents a5bda54309ba
children 6a3e3a0a7efe
line wrap: on
line source

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