How to tell which mongo DB your Repository is tied to

Hi, is there a way of finding out what Mongo DB your repo is pointing to i.e which server it’s on??

Hey Fosters,

in your deadline repository folder, theres is a settings folder.
there should be a file called “dbConnect.xml”, this will contain the host and port your mongo db is running on.

hope this helps.

Cheers
kym

1 Like

Thanks Kym, that’s exactly what I needed!!

You can also find it in newer versions as “connection.ini”.