mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 12:55:09 +00:00
* feat(openclaw): add gateway image inspection * feat(openclaw): pull gateway image from registry * refactor(vm): decouple readiness from image cache * refactor(openclaw): remove vm cache from runtime factory * feat(openclaw): detect current gateway image * feat(openclaw): prewarm vm runtime and reuse current gateway * feat(openclaw): prewarm runtime on server startup * refactor(vm): remove browseros image cache runtime * refactor(build-tools): remove openclaw tarball pipeline * chore: self-review fixes * fix(openclaw): suppress prewarm pull progress logs * fix(openclaw): address review feedback * fix(openclaw): resolve review findings * fix(dev): stop stale watch supervisors
17 lines
351 B
Plaintext
17 lines
351 B
Plaintext
# Production build env for server artifact pipeline
|
|
|
|
BROWSEROS_CONFIG_URL=https://llm.browseros.com/api/browseros-server/config
|
|
CODEGEN_SERVICE_URL=
|
|
POSTHOG_API_KEY=
|
|
SENTRY_DSN=
|
|
|
|
R2_ACCOUNT_ID=
|
|
R2_ACCESS_KEY_ID=
|
|
R2_SECRET_ACCESS_KEY=
|
|
R2_BUCKET=
|
|
R2_DOWNLOAD_PREFIX=artifacts/vendor
|
|
R2_UPLOAD_PREFIX=artifacts/server
|
|
|
|
NODE_ENV=production
|
|
LOG_LEVEL=info
|