mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
[NO-TICKET] Update Laminar Usage (#5322)
This commit is contained in:
parent
57aaee99b4
commit
39fc16ae69
4 changed files with 47 additions and 13 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue