mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
Add celery broker
This commit is contained in:
@@ -20,6 +20,9 @@ class Config:
|
||||
DATABASE_ENGINE = 'sqlite3'
|
||||
HTTP_LISTEN_HOST = '127.0.0.1'
|
||||
HTTP_LISTEN_PORT = 8000
|
||||
REDIS_HOST = '127.0.0.1'
|
||||
REDIS_PORT = 6379
|
||||
REDIS_PASSWORD = ''
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user