-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Hi team,
I would like to suggest implementing an environment variable to enable switching connections dynamically. This would allow users to switch between multiple database connections via the user interface rather than modifying configuration files or passing sensitive information through chat.
Currently, there is no dedicated environment variable or mechanism that supports changing MongoDB connections on the fly. By introducing such an environment variable, the system could load and manage multiple connection strings securely, enabling a better multi-user experience and improving security by avoiding passing sensitive credentials in less secure contexts.
This enhancement would be particularly helpful for use cases like mine, where the application is built on open-source models that lack desktop interfaces, and where managing connections programmatically through environment variables would streamline workflows.
Thank you for considering this suggestion.
Best regards.