Skip to content

Allow HTTP database URL

Alf Eaton requested to merge 28-couchdb-url into master

If config['pubsweet-server'].dbPath is set to an HTTP URL, PouchDB will connect to that CouchDB instance instead of to a local file path.

refs #28, but this is only part of the solution as there isn't currently a way to populate the database with an admin user.

Merge request reports