view backend/couchdb/CouchApp/feedworm/.couchapprc @ 259:304917762618 default tip

implementation of feed updates
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 12 Mar 2019 02:41:22 +0100
parents 6a3e3a0a7efe
children
line wrap: on
line source

{
    "env" : {
        "local" : {
            "db" : "http://localhost:5984/feedworm"
        },
        "test" : {
			"db" : "http://xanthippe:5984/feedworm-test"
		}
    }
}