|
@@ -15,7 +15,7 @@ development servers before rolling it out to production!
|
|
|
**IMPORTANT CHANGES**
|
|
|
|
|
|
* All AMQP_* settings has been renamed to BROKER_*, and in addition
|
|
|
-AMQP_SERVER has been renamed to BROKER_HOST, so before where you had::
|
|
|
+ AMQP_SERVER has been renamed to BROKER_HOST, so before where you had::
|
|
|
|
|
|
AMQP_SERVER = "localhost"
|
|
|
AMQP_PORT = 5678
|
|
@@ -32,7 +32,7 @@ You need to change that to::
|
|
|
BROKER_VHOST = "celery"
|
|
|
|
|
|
* Custom carrot backends now need to include the backend class name, so before
|
|
|
-where you had::
|
|
|
+ where you had::
|
|
|
|
|
|
CARROT_BACKEND = "mycustom.backend.module"
|
|
|
|