mirror of https://github.com/jumpserver/jumpserver
Merge pull request #1409 from jokimina/dev_for_pr2
[Update]删除示例配置中未使用的BROKER_URL配置pull/1413/head^2^2
commit
9946c4612f
|
@ -51,11 +51,6 @@ class Config:
|
||||||
REDIS_HOST = '127.0.0.1'
|
REDIS_HOST = '127.0.0.1'
|
||||||
REDIS_PORT = 6379
|
REDIS_PORT = 6379
|
||||||
REDIS_PASSWORD = ''
|
REDIS_PASSWORD = ''
|
||||||
BROKER_URL = 'redis://%(password)s%(host)s:%(port)s/3' % {
|
|
||||||
'password': REDIS_PASSWORD,
|
|
||||||
'host': REDIS_HOST,
|
|
||||||
'port': REDIS_PORT,
|
|
||||||
}
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue