docker icon indicating copy to clipboard operation
docker copied to clipboard

Improve flexibility of configuration via env. vars

Open sanikolaev opened this issue 2 years ago • 6 comments

Currently it's possible to configure searchd via env. vars, but it's limited by only those settings that are hardcoded in manticore.conf, so some new and undocumented settings are not working, e.g. -e searchd_query_log_commands=1. The task is to refactor the feature, so it's possible to pass arbitrary settings via env. vars.

sanikolaev avatar Oct 08 '23 14:10 sanikolaev