소스 검색

Autogenerated documentation for github.

Ask Solem 15 년 전
부모
커밋
19ff439839
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"