mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
fix cutting message bug
This commit is contained in:
12
.env.example
12
.env.example
@@ -22,12 +22,16 @@ CHROME_PATH=
|
||||
CHROME_USER_DATA=
|
||||
CHROME_DEBUGGING_PORT=9222
|
||||
CHROME_DEBUGGING_HOST=localhost
|
||||
CHROME_PERSISTENT_SESSION=false # Set to true to keep browser open between AI tasks
|
||||
# Set to true to keep browser open between AI tasks
|
||||
CHROME_PERSISTENT_SESSION=false
|
||||
|
||||
# Display settings
|
||||
RESOLUTION=1920x1080x24 # Format: WIDTHxHEIGHTxDEPTH
|
||||
RESOLUTION_WIDTH=1920 # Width in pixels
|
||||
RESOLUTION_HEIGHT=1080 # Height in pixels
|
||||
# Format: WIDTHxHEIGHTxDEPTH
|
||||
RESOLUTION=1920x1080x24
|
||||
# Width in pixels
|
||||
RESOLUTION_WIDTH=1920
|
||||
# Height in pixels
|
||||
RESOLUTION_HEIGHT=1080
|
||||
|
||||
# VNC settings
|
||||
VNC_PASSWORD=youvncpassword
|
||||
Reference in New Issue
Block a user