Closed tangkong closed 1 year ago
Updates the MongoBackend arguments and init to allow us to connect to our dev mongo instance
MongoBackend
Was messing around with our mongo happi db
Setting up a config file as follows should work with these changes:
``` [DEFAULT] backend = mongodb host = psdbdev01.pcdsn user = pw = db = happi port = auth_source = admin collection = testdata ```
this PR
docs/pre-release-notes.sh
Probably good to push this through so we can "stress test" the mongo
Description
Updates the
MongoBackend
arguments and init to allow us to connect to our dev mongo instanceMotivation and Context
Was messing around with our mongo happi db
How Has This Been Tested?
Setting up a config file as follows should work with these changes:
Details
``` [DEFAULT] backend = mongodb host = psdbdev01.pcdsn user =
pw =
db = happi
port =
auth_source = admin
collection = testdata
```
Where Has This Been Documented?
this PR
Pre-merge checklist
docs/pre-release-notes.sh
and created a pre-release documentation page