We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e11a4 commit 6b74499Copy full SHA for 6b74499
sotopia/database/__init__.py
@@ -111,7 +111,7 @@ def _json_model_all(cls: type[InheritedJsonModel]) -> list[InheritedJsonModel]:
111
logger = Logger("sotopia.database")
112
113
# Initialize storage backend based on environment variable
114
-storage_backend_type = os.getenv("SOTOPIA_STORAGE_BACKEND", "redis").lower()
+storage_backend_type = os.getenv("SOTOPIA_STORAGE_BACKEND", "local").lower()
115
116
if is_redis_backend():
117
# Test Redis connection before proceeding with any database operations
0 commit comments