ID Mapper is designed to facilitate the mapping of PDB and related identifiers.
The application expects these environment variables to provide MongoDB connection URIs: MONGODB_URI, CORE_PDB_MONGODB_URI, and CORE_CSM_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