view backend/couchdb/CouchApp/feedworm/.couchapprc @ 177:98eaf0075a44

make setup.sh work with non-local coucdhb URLs
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 10 Sep 2011 03:09:17 +0200
parents a5bda54309ba
children 6a3e3a0a7efe
line wrap: on
line source

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