mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-12 13:31:56 +00:00
[Update] 修改settings和配置文件
This commit is contained in:
@@ -4,7 +4,7 @@ from .command.serializers import SessionCommandSerializer
|
||||
|
||||
|
||||
def get_command_store():
|
||||
command_engine = import_module(settings.COMMAND_STORE_BACKEND)
|
||||
command_engine = import_module(settings.COMMAND_STORAGE_BACKEND)
|
||||
command_store = command_engine.CommandStore()
|
||||
return command_store
|
||||
|
||||
|
Reference in New Issue
Block a user