Browse Source

Autogenerated documentation for github.

Ask Solem 15 years ago
parent
commit
9280427981
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Changelog

+ 2 - 2
Changelog

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