mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 04:30:19 +00:00
Fix chrome user data dir problem (#2503)
This commit is contained in:
parent
869757398a
commit
cf08ca951e
11 changed files with 283 additions and 85 deletions
|
|
@ -40,6 +40,7 @@ def update_or_add_env_var(key: str, value: str) -> None:
|
|||
"BROWSER_ACTION_TIMEOUT_MS": "5000",
|
||||
"MAX_STEPS_PER_RUN": "50",
|
||||
"LOG_LEVEL": "INFO",
|
||||
"LITELLM_LOG": "CRITICAL",
|
||||
"DATABASE_STRING": "postgresql+psycopg://skyvern@localhost/skyvern",
|
||||
"PORT": "8000",
|
||||
"ANALYTICS_ID": "anonymous",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue