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://%s:%s@host[:port]/database?authSource=admin&[options]
mongodb://Required. Prefix to identify that this is a string in the standard connection format%s:%sRequired. Placeholders for the username and password. Use env variablesMONGODB_USERandMONGODB_PWDto specify the valueshostRequired. 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