docparse-dumpinvoices
Version:
takes a list of couchdb invoice ids and exports the data contained within those invoices to an Excel spreadsheet
23 lines (22 loc) • 335 B
JSON
{
"couch": {
"host": "localhost",
"protocol": "http",
"port": 5984,
"database": "docparse_dump"
},
"loggly": {
"inputToken": "foobar "
},
"seaport": {
"host": "localhost",
"port": 3679
},
"application": {
"portRange": [3002, 3002]
},
"bcrypt": {
"rounds": 1
},
"test": true
}