Skip to content

Commit

Permalink
Autogenerated documentation for github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ask Solem committed Nov 17, 2009
1 parent cd55c03 commit 9280427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 9280427

Please sign in to comment.