...
Attention: The admin user has superuser permissions and should only be used for administrative actions, not for applications. Application users should be created with access to specific databases.
Username:
admin
Password:
PASS
password
Connection String:
Code Block mongodb://username:<password>@philippeaquino92_amazonprime-01.mongodb.galaxy-cloudmeteor.io:31002/admin
Usage Instructions
...
Use the Provided Credentials:
Copy the username and password.
Use the provided connection string to connect to the database.
Connection Example:
Code Block language bash mongo "mongodb://username:<password>@philippeaquino92_amazonprime-01.mongodb.galaxy-cloudmeteor.io:31002/admin"
Replace
<password>
:Make sure to replace
<password>
with the provided password.
...