view backend/couchdb/CouchApp/feedworm/.couchapprc @ 257:75b81da8d7a5

convert the feed entry timestamps to arango compatible date strings in migration
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 12 Mar 2019 02:38:41 +0100
parents 6a3e3a0a7efe
children
line wrap: on
line source

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