Document MANDRILL_API_URL

This commit is contained in:
medmunds
2015-12-02 16:10:29 -08:00
parent aa46fadb48
commit 9971c1780f

View File

@@ -50,6 +50,9 @@ See the Djrill :ref:`webhooks <webhooks>` section for configuration details.
Other Optional Settings Other Optional Settings
----------------------- -----------------------
You can optionally add any of these Djrill settings to your :file:`settings.py`.
.. setting:: MANDRILL_IGNORE_RECIPIENT_STATUS .. setting:: MANDRILL_IGNORE_RECIPIENT_STATUS
MANDRILL_IGNORE_RECIPIENT_STATUS MANDRILL_IGNORE_RECIPIENT_STATUS
@@ -88,6 +91,18 @@ precedence if there are conflicting var names).
.. versionadded:: 2.0 .. versionadded:: 2.0
.. setting:: MANDRILL_API_URL
MANDRILL_API_URL
~~~~~~~~~~~~~~~~
The base url for calling the Mandrill API. The default is
``MANDRILL_API_URL = "https://mandrillapp.com/api/1.0"``,
which is the secure, production version of Mandrill's 1.0 API.
(It's unlikely you would need to change this.)
.. setting:: MANDRILL_SUBACCOUNT .. setting:: MANDRILL_SUBACCOUNT
MANDRILL_SUBACCOUNT MANDRILL_SUBACCOUNT