Documentation Index
Fetch the complete documentation index at: https://jobo.world/docs/llms.txt
Use this file to discover all available pages before exploring further.
Connection Configuration
| Field | Type | Required | Description |
|---|---|---|---|
connection_string | string | ✅ | Full MongoDB URI including credentials (mongodb+srv://...) |
database | string | ✅ | Target database name |
auth_source | string | — | Authentication database (default: admin) |
Example Configuration
Setup Requirements
- Create a database and ensure the user has
readWriterole on the target database - If using MongoDB Atlas, add Jobo’s IP to the network access list (contact support for the current IP range)
- Use
mongodb+srv://for TLS-encrypted connections

