mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Not https.
This commit is contained in:
@@ -22,7 +22,7 @@ DATABASES = {
|
|||||||
|
|
||||||
# MANDRILL API KEY
|
# MANDRILL API KEY
|
||||||
MANDRILL_API_KEY = ""
|
MANDRILL_API_KEY = ""
|
||||||
MANDRILL_API_URL = "https://mandrillapp.com/api/1.0/"
|
MANDRILL_API_URL = "http://mandrillapp.com/api/1.0/"
|
||||||
|
|
||||||
|
|
||||||
# Local time zone for this installation. Choices can be found here:
|
# Local time zone for this installation. Choices can be found here:
|
||||||
|
|||||||
Reference in New Issue
Block a user