From 1ef582e9ace0f13ce801bc04c76d34061760a84d Mon Sep 17 00:00:00 2001 From: xiaodong Date: Fri, 8 Jun 2018 16:39:16 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=E5=88=A0=E9=99=A4=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?BROKER=5FURL=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_example.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config_example.py b/config_example.py index 45d4b00f3..0c8d87094 100644 --- a/config_example.py +++ b/config_example.py @@ -51,11 +51,6 @@ class Config: REDIS_HOST = '127.0.0.1' REDIS_PORT = 6379 REDIS_PASSWORD = '' - BROKER_URL = 'redis://%(password)s%(host)s:%(port)s/3' % { - 'password': REDIS_PASSWORD, - 'host': REDIS_HOST, - 'port': REDIS_PORT, - } def __init__(self): pass