Add secure IPN settings to prod.py

pull/1/head
Raymond Yee 2012-05-15 17:42:16 -07:00
parent a1808b13ec
commit 942d80688a
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ CELERYD_HIJACK_ROOT_LOGGER = False
# BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN
# Next step to try https
BASE_URL = 'http://unglue.it'
BASE_URL_SECURE = 'https://unglue.it'
IPN_SECURE_URL = False
# use redis for production queue
BROKER_TRANSPORT = "redis"