Skip to content

Commit 2f804d7

Browse files
committed
revert
1 parent 21acedd commit 2f804d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/packages/autogen-studio/autogenstudio/web

python/packages/autogen-studio/autogenstudio/web/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Settings(BaseSettings):
99
CLEANUP_INTERVAL: int = 300 # 5 minutes
1010
SESSION_TIMEOUT: int = 3600 # 1 hour
1111
CONFIG_DIR: str = "configs" # Default config directory relative to app_root
12-
DEFAULT_USER_ID: str = "guestuser@gmail.com"
12+
DEFAULT_USER_ID: str = "admin@kagent.dev"
1313
UPGRADE_DATABASE: bool = False
1414

1515
model_config = {"env_prefix": "AUTOGENSTUDIO_"}

0 commit comments

Comments
 (0)