I want to run a non-system-wide couchdb instance (as a local, unprivileged user). But couchdb needs to be able to read /etc/couchdb/*.ini, which are -rwxrwx--- 1 couchdb couchdb
, even if I tell it to reset the configuration chain with -n
.
How do I convince couchdb it doesn't need to read those files?