You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mongodb config is for "localhost" and this appears throughout the code rather than in a configuration setting. In our container stack it needs to be "mongodb"
We should refactor the host setting to a configuration variable, and determine the easiest way to support both localhost anaconda development and docker deployment.
The text was updated successfully, but these errors were encountered:
Mongodb config is for "localhost" and this appears throughout the code rather than in a configuration setting. In our container stack it needs to be "mongodb"
We should refactor the host setting to a configuration variable, and determine the easiest way to support both localhost anaconda development and docker deployment.
The text was updated successfully, but these errors were encountered: