#How do I change the database name from `test`?
5 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Community-Help:
Nevermind, figured it out.
MongoDB will use the name test as the DB name unless you specify a name in your DATABASE_URI setting in your .env file. The correct format is like so:
DATABASE_URI=mongodb+srv://<username>:<password>@your-cluster-name.abcdefg.mongodb.net/<your-db-name-here>