view backend/couchdb/CouchApp/feedworm/.couchapprc @ 253:8b1678851b54

merge the pyqt5 branch into the default branch
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 10 Nov 2017 01:45:36 +0100
parents 6a3e3a0a7efe
children
line wrap: on
line source

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