diff --git a/docs/appendices/environment_vars.rst b/docs/appendices/environment_vars.rst index b8945e7666..6d7c9246c8 100644 --- a/docs/appendices/environment_vars.rst +++ b/docs/appendices/environment_vars.rst @@ -223,11 +223,6 @@ There are several environment variables that affect the way Toil runs. | TOIL_FTP_PASSWORD | The FTP password to override all FTP logins with | | | Example: ``TOIL_FTP_PASSWORD=ftp_password`` | +----------------------------------+----------------------------------------------------+ -| TOIL_FTP_USE_SSL | Enforce usage of SSL for connecting to | -| | FTP servers | -| | (``False`` by default). | -| | Example: ``TOIL_FTP_USE_SSL=True`` | -+----------------------------------+----------------------------------------------------+ | TOIL_WES_BROKER_URL | An optional broker URL to use to communicate | | | between the WES server and Celery task queue. If | | | unset, ``amqp://guest:guest@localhost:5672//`` is |