Ver Fonte

Autogenerated documentation for github.

Ask Solem há 15 anos atrás
pai
commit
19ff439839
1 ficheiros alterados com 2 adições e 2 exclusões
  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"