Put in the right BASE_URL for production

pull/1/head
Raymond Yee 2012-05-12 08:28:17 -07:00
parent 43162c0406
commit 5cf4c17c33
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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://unglueit.com'
BASE_URL = 'http://unglue.it'
# use redis for production queue
BROKER_TRANSPORT = "redis"