1.0.0 • Published 9 years ago

couchdb-cors-config v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

CouchDB CORS Configuration

This repository hosts a single JSON file holding the required CORS configuration settings, which have been taken from pouchdb/add-cors-to-couchdb

You can push the configuration to CouchDB via couchdb-configure:

Installation

npm install --global couchdb-configure

Push Configuration

couchdb-configure http://localhost:5984 _config.json

You can also include this file in your project as part of a couchdb-bootstrap directory.