mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
git-subtree-dir: packages/browseros-agent git-subtree-mainline:8f148d0918git-subtree-split:90bd4be300
28 lines
518 B
Plaintext
28 lines
518 B
Plaintext
# Ports
|
|
BROWSEROS_CDP_PORT=9000
|
|
BROWSEROS_SERVER_PORT=9100
|
|
BROWSEROS_EXTENSION_PORT=9300
|
|
|
|
# Directories (optional - defaults to cwd)
|
|
# BROWSEROS_RESOURCES_DIR=./resources
|
|
# BROWSEROS_EXECUTION_DIR=./out
|
|
|
|
# BrowserOS config
|
|
BROWSEROS_CONFIG_URL=https://llm.browseros.com/api/browseros-server/config
|
|
BROWSEROS_VERSION=
|
|
BROWSEROS_INSTALL_ID=
|
|
BROWSEROS_CLIENT_ID=
|
|
|
|
# Graph service
|
|
CODEGEN_SERVICE_URL=
|
|
|
|
# Telemetry
|
|
POSTHOG_API_KEY=
|
|
SENTRY_DSN=
|
|
|
|
NODE_ENV=development
|
|
LOG_LEVEL=info
|
|
|
|
# Testing
|
|
BROWSEROS_TEST_HEADLESS=false
|