CouchDB: how to configure database folder on windows

Posted by Vegar on Stack Overflow See other posts from Stack Overflow or by Vegar
Published on 2010-05-10T16:11:28Z Indexed on 2010/05/10 16:14 UTC
Read the original article Hit count: 284

Filed under:
|

Databases are stored in the relative folder ../var/lib/couchdb/ by default:

[couchdb]
database_dir = ../var/lib/couchdb
view_index_dir = ../var/lib/couchdb

I can't find a way of moving this to an absolute path. What should I type to store databases on a different disk?

© Stack Overflow or respective owner

Related posts about couchdb

Related posts about Windows