Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Open
Description
Inconfiguration/env_var_processors.rst, we need to find a different example thanMONGODB_URL, which is incorrect.
MongoDB has a connection string (orMONGODB_URI) that can contain multiple host. Which isinvalid forparse_url.
The example should use a real URL, like an API endpoint.