From 9971c1780ffea54829cc0f877d7687eca172a62f Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 2 Dec 2015 16:10:29 -0800 Subject: [PATCH] Document MANDRILL_API_URL --- docs/installation.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index e639f72..ec0b0f2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -50,6 +50,9 @@ See the Djrill :ref:`webhooks ` section for configuration details. Other Optional Settings ----------------------- +You can optionally add any of these Djrill settings to your :file:`settings.py`. + + .. setting:: MANDRILL_IGNORE_RECIPIENT_STATUS MANDRILL_IGNORE_RECIPIENT_STATUS @@ -88,6 +91,18 @@ precedence if there are conflicting var names). .. 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 MANDRILL_SUBACCOUNT