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:password
Required. The client will attempt to connect to the specific database using these credentialshost
Required. Identifies a server address to connect to (hostname or IP address)port
Optional. The default value is 27017 if not specifieddatabase
Required. The name of the database to connect toauthSource=admin
Required. The name of the database to authenticateoptions
Optional. Connection specific options