view backend/couchdb/CouchApp/feedworm/.couchapprc @ 250:f715378371ab

ignore the eric project directory
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 21 Oct 2017 10:31:02 +0200
parents 6a3e3a0a7efe
children
line wrap: on
line source

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