view backend/couchdb/CouchApp/feedworm/.couchapprc @ 232:18865de3a87d

all __init__.py files must contain at least an empty line to avoid eric's style checker choking
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 25 Sep 2014 17:10:40 +0200
parents a5bda54309ba
children 6a3e3a0a7efe
line wrap: on
line source

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