apache / couchdb-helm

Apache CouchDB Helm Chart
https://couchdb.apache.org/
Apache License 2.0
49 stars 64 forks source link

query server config #11

Closed yvern closed 5 years ago

yvern commented 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

[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?

willholley commented 5 years ago

yes, you should be able to set this via:

couchdbConfig:
    native_query_servers:
        enable_erlang_query_server: true