Skip to main content

Secrets for Todo App

Secrets store sensitive values that workflows use securely. For the Todo app, we use two secrets.

1️⃣ MongoDB URL (Optional)

Only required if you choose an external MongoDB database.

Example Value

mongodb+srv://todo_user:password@cluster.mongodb.net/todo-db

Used By

  • MongoDB Database Nodes
  • Database Explorer
If you are using the Platform Database, you can skip this.