MongoDB Atlas — a connection string
mongodb/atlas · version 1
envs add mongodb/atlas
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
MONGODB_URI |
required | secret | The URI shape is Atlas's own; the name is convention, since MongoDB documents no variable. Percent-encode reserved characters in the password.. Shape ^mongodb(\+srv)?://[^\s]+$. where to get it |