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 21acedd commit 2f804d7Copy full SHA for 2f804d7
1 file changed
python/packages/autogen-studio/autogenstudio/web/config.py
@@ -9,7 +9,7 @@ class Settings(BaseSettings):
9
CLEANUP_INTERVAL: int = 300 # 5 minutes
10
SESSION_TIMEOUT: int = 3600 # 1 hour
11
CONFIG_DIR: str = "configs" # Default config directory relative to app_root
12
- DEFAULT_USER_ID: str = "guestuser@gmail.com"
+ DEFAULT_USER_ID: str = "admin@kagent.dev"
13
UPGRADE_DATABASE: bool = False
14
15
model_config = {"env_prefix": "AUTOGENSTUDIO_"}
0 commit comments