Skip to content

Commit 6b74499

Browse files
default local
1 parent e3e11a4 commit 6b74499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sotopia/database/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _json_model_all(cls: type[InheritedJsonModel]) -> list[InheritedJsonModel]:
111111
logger = Logger("sotopia.database")
112112

113113
# Initialize storage backend based on environment variable
114-
storage_backend_type = os.getenv("SOTOPIA_STORAGE_BACKEND", "redis").lower()
114+
storage_backend_type = os.getenv("SOTOPIA_STORAGE_BACKEND", "local").lower()
115115

116116
if is_redis_backend():
117117
# Test Redis connection before proceeding with any database operations

0 commit comments

Comments
 (0)