Add settings for secure IPN -- the secure IPN doesn't work in RY's testing yet, however

pull/1/head
Raymond Yee 2012-05-15 17:12:58 -07:00
parent c9e5de9330
commit 450c1cdf56
2 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,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://just.unglueit.com'
BASE_URL_SECURE = 'https://just.unglueit.com'
IPN_SECURE_URL = False
# use redis for production queue
BROKER_TRANSPORT = "redis"

View File

@ -90,6 +90,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://please.unglueit.com'
BASE_URL_SECURE = 'https://please.unglueit.com'
IPN_SECURE_URL = False
# use redis for production queue
BROKER_TRANSPORT = "redis"