fix BASE_URL for paypal
parent
339235363a
commit
9b9a1e80d5
|
@ -95,7 +95,7 @@ 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 = 'http://unglueit.com'
|
||||
|
||||
# use redis for production queue
|
||||
BROKER_TRANSPORT = "redis"
|
||||
|
|
Loading…
Reference in New Issue