Merge pull request #1409 from jokimina/dev_for_pr2

[Update]删除示例配置中未使用的BROKER_URL配置
pull/1413/head^2^2
老广 2018-06-08 05:32:38 -05:00 committed by GitHub
commit 9946c4612f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

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