MongoDB connection string

You can set the connection string by editing the mongodbConnectionString key in IndycoExplorer_ApplicationSettings.config.

The field accepts a standard MongoDB URI:

   

mongodb://[username:password@]host[:port]/database[?options]]