Add settings for secure IPN -- the secure IPN doesn't work in RY's testing yet, however
parent
c9e5de9330
commit
450c1cdf56
|
@ -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
|
# BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN
|
||||||
# Next step to try https
|
# Next step to try https
|
||||||
BASE_URL = 'http://just.unglueit.com'
|
BASE_URL = 'http://just.unglueit.com'
|
||||||
|
BASE_URL_SECURE = 'https://just.unglueit.com'
|
||||||
|
IPN_SECURE_URL = False
|
||||||
|
|
||||||
# use redis for production queue
|
# use redis for production queue
|
||||||
BROKER_TRANSPORT = "redis"
|
BROKER_TRANSPORT = "redis"
|
||||||
|
|
|
@ -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
|
# BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN
|
||||||
# Next step to try https
|
# Next step to try https
|
||||||
BASE_URL = 'http://please.unglueit.com'
|
BASE_URL = 'http://please.unglueit.com'
|
||||||
|
BASE_URL_SECURE = 'https://please.unglueit.com'
|
||||||
|
IPN_SECURE_URL = False
|
||||||
|
|
||||||
# use redis for production queue
|
# use redis for production queue
|
||||||
BROKER_TRANSPORT = "redis"
|
BROKER_TRANSPORT = "redis"
|
||||||
|
|
Loading…
Reference in New Issue