[NO-TICKET] Update Laminar Usage (#5322)

This commit is contained in:
Aaron Perez 2026-04-01 21:05:45 -05:00 committed by GitHub
parent 57aaee99b4
commit 39fc16ae69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 13 deletions

View file

@ -110,6 +110,13 @@ PORT=8000
# ANALYTICS_ID: Distinct analytics ID (a UUID is generated if left blank).
ANALYTICS_ID="anonymous"
# LAMINAR
# Skyvern's backend runs on port 8000 by default. Consider updating your self-hosted laminar to env vars to avoid conflicts
# LMNR_HTTP_PORT=8010
# LMNR_GRPC_PORT=8011
# LMNR_BASE_URL=http://localhost
# LMNR_PROJECT_API_KEY=<your-laminar-project-api-key>
# 1Password Integration
# OP_SERVICE_ACCOUNT_TOKEN: API token for 1Password integration
OP_SERVICE_ACCOUNT_TOKEN=""