Milvus is capable of reading some of it’s configuration parameters from environment variables. For instance, the configurations etcd.endpoints, minio.address and minio.port can instead be set using the environment variables ETCD_ENDPOINTS and MINIO_ADDRESS.
However, I can’t seem to find the code which reads these environment variables. Searching the Milvus repo doesn’t turn up any references except docker compose files, deployment scripts and tests.
$ grep -r ETCD_ENDPOINTS
--exclude-dir cmake_build
--exclude-dir deployments
--exclude docker-compose.yml
--exclude *_test.go
--exclude .env
| wc -l
0
Can someone point me to the code which handles this? Thanks!
Reina Wang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.