CouchDB: how to configure database folder on windows
- by Vegar
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?