pcdshub / happi

Heuristic Access to Positions of Photon Instruments
https://pcdshub.github.io/happi/master
Other
13 stars 29 forks source link

MNT: update MongoBackend parameters #318

Closed tangkong closed 1 year ago

tangkong commented 1 year ago

Description

Updates the MongoBackend arguments and init to allow us to connect to our dev mongo instance

Motivation 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

tangkong commented 1 year ago

Probably good to push this through so we can "stress test" the mongo