Closed yvern closed 5 years ago
Hello,
First of all, thank you for the work put here!
Upon inspecting parameters and values, I wasn't quite sure how to setup local.ini to include
local.ini
[native_query_servers] enable_erlang_query_server = true
could it be done via couchdbConfig, or is it not possible as of now? If possible, could I get an example?
couchdbConfig
yes, you should be able to set this via:
couchdbConfig: native_query_servers: enable_erlang_query_server: true
Hello,
First of all, thank you for the work put here!
Upon inspecting parameters and values, I wasn't quite sure how to setup
local.ini
to includecould it be done via
couchdbConfig
, or is it not possible as of now? If possible, could I get an example?