[Update]删除示例配置中未使用的BROKER_URL配置

This commit is contained in:
xiaodong 2018-06-08 16:39:16 +08:00
parent 5464ac8167
commit 1ef582e9ac

View File

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