Fix the BASE_URL for just
parent
9fc2444f37
commit
6c829a0556
|
@ -89,7 +89,7 @@ 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://just.unglueit.com'
|
||||||
|
|
||||||
# use redis for production queue
|
# use redis for production queue
|
||||||
BROKER_TRANSPORT = "redis"
|
BROKER_TRANSPORT = "redis"
|
||||||
|
|
Loading…
Reference in New Issue