Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
feat!: Connect to Mongo using URI
Browse files Browse the repository at this point in the history
Allow use of Mongo with replica set by using the uri connection syntax
  • Loading branch information
Ryan Faircloth committed Nov 3, 2021
2 parents ef3851f + c267135 commit f890582
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 364 deletions.
3 changes: 1 addition & 2 deletions .run/scheduler.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
<env name="CELERY_BROKER_URL" value="localhost" />
<env name="MONGO_SERVICE_SERVICE_HOST" value="localhost" />
<env name="MONGO_SERVICE_SERVICE_PORT" value="27017" />
<env name="MONGO_URI" value="mongodb://localhost:27017" />
<env name="MIBS_SERVER_URL" value="http://localhost:5000" />
</envs>
<option name="SDK_HOME" value="" />
Expand Down
Loading

0 comments on commit f890582

Please sign in to comment.