ID Mapper is designed to facilitate the mapping of PDB and related identifiers.
The environment variable with the database connection string (URI) expected by the application is MONGODB_URI.
The URI connection scheme: mongodb://username:password@host[:port]/database?authSource=admin&[options]
mongodb://Required. Prefix to identify that this is a string in the standard connection formatusername:passwordRequired. The client will attempt to connect to the specific database using these credentialshostRequired. Identifies a server address to connect to (hostname or IP address)portOptional. The default value is 27017 if not specifieddatabaseRequired. The name of the database to connect toauthSource=adminRequired. The name of the database to authenticateoptionsOptional. Connection specific options