mirror of https://github.com/jumpserver/jumpserver
[Update]删除示例配置中未使用的BROKER_URL配置
parent
5464ac8167
commit
1ef582e9ac
|
@ -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