fix BASE_URL for paypal

pull/1/head
Raymond Yee 2012-01-15 18:11:53 -05:00
parent 339235363a
commit 9b9a1e80d5
1 changed files with 1 additions and 1 deletions

View File

@ -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"