You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, couchdb.bat ignores command-line arguments, thus there is no way how to pass config files to the couch erlang app. It may be possible to reimplement couchdb.bat in node. I did look at that briefly, but was not able to figure out the exact command-line to execute.
Note that -a additional-config.ini is implemented by the couchdb wrapper script, not by the erlang app.
The text was updated successfully, but these errors were encountered:
The validation suite does not wok on windows. See the branch feature/fix-windows for current work in progress.
cmd /s /c
should work.couchdb.bat
ignores command-line arguments, thus there is no way how to pass config files to the couch erlang app. It may be possible to reimplementcouchdb.bat
in node. I did look at that briefly, but was not able to figure out the exact command-line to execute.-a additional-config.ini
is implemented by thecouchdb
wrapper script, not by the erlang app.The text was updated successfully, but these errors were encountered: