mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Settings store type is defined in openhands_config rather than main config (#5701)
This commit is contained in:
@@ -15,6 +15,9 @@ class OpenhandsConfig(OpenhandsConfigInterface):
|
||||
attach_session_middleware_path = (
|
||||
'openhands.server.middleware.AttachSessionMiddleware'
|
||||
)
|
||||
settings_store_class: str = (
|
||||
'openhands.storage.file_settings_store.FileSettingsStore'
|
||||
)
|
||||
|
||||
def verify_config(self):
|
||||
if self.config_cls:
|
||||
|
||||
Reference in New Issue
Block a user