mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-19 19:41:06 +00:00
* feat: gate agent alpha UI behind capabilities * fix: provide chat session for non-alpha home * fix: gate agents page behind alpha * fix: enable alpha capabilities in development
30 lines
626 B
Plaintext
30 lines
626 B
Plaintext
# Ports
|
|
BROWSEROS_CDP_PORT=9005
|
|
BROWSEROS_SERVER_PORT=9105
|
|
BROWSEROS_EXTENSION_PORT=9305
|
|
VITE_BROWSEROS_SERVER_PORT=9105
|
|
|
|
# BrowserOS binary
|
|
BROWSEROS_BINARY=/Applications/BrowserOS.app/Contents/MacOS/BrowserOS
|
|
|
|
# Telemetry (browser bundle)
|
|
VITE_PUBLIC_POSTHOG_KEY=
|
|
VITE_PUBLIC_POSTHOG_HOST=
|
|
VITE_PUBLIC_SENTRY_DSN=
|
|
|
|
# BrowserOS API URL
|
|
VITE_PUBLIC_BROWSEROS_API=https://api.browseros.com
|
|
|
|
# Feature flags
|
|
VITE_ALPHA_FEATURES=false
|
|
|
|
# GraphQL Schema Path (optional — falls back to schema/schema.graphql)
|
|
GRAPHQL_SCHEMA_PATH=
|
|
|
|
# Sentry build (source maps)
|
|
SENTRY_AUTH_TOKEN=
|
|
SENTRY_ORG=
|
|
SENTRY_PROJECT=
|
|
|
|
NODE_ENV=development
|