view backend/couchdb/CouchApp/feedworm/.couchapprc @ 254:156edbd0733a pyqt5

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

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