Feature: credentials page & vaultwarden compose setup (#3534)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
30
.env.example
30
.env.example
@@ -112,4 +112,32 @@ ANALYTICS_ID="anonymous"
|
||||
OP_SERVICE_ACCOUNT_TOKEN=""
|
||||
|
||||
# Enable recording skyvern logs as artifacts
|
||||
ENABLE_LOG_ARTIFACTS=false
|
||||
ENABLE_LOG_ARTIFACTS=false
|
||||
|
||||
# =============================================================================
|
||||
# SKYVERN BITWARDEN CONFIGURATION
|
||||
# =============================================================================
|
||||
# Your organization ID in official Bitwarden server or vaultwarden (if using organizations)
|
||||
SKYVERN_AUTH_BITWARDEN_ORGANIZATION_ID=your-org-id-here
|
||||
|
||||
# These should match the values for bitwarden cli server for consistency
|
||||
SKYVERN_AUTH_BITWARDEN_MASTER_PASSWORD=your-master-password-here
|
||||
SKYVERN_AUTH_BITWARDEN_CLIENT_ID=user.your-client-id-here
|
||||
SKYVERN_AUTH_BITWARDEN_CLIENT_SECRET=your-client-secret-here
|
||||
|
||||
# The CLI server will run on localhost:8002 by default
|
||||
# Optional, because by default Bitwarden is used directly
|
||||
# BITWARDEN_SERVER=http://localhost
|
||||
# BITWARDEN_SERVER_PORT=8002
|
||||
|
||||
# =============================================================================
|
||||
# OPTIONAL: ADDITIONAL SKYVERN CONFIGURATION
|
||||
# =============================================================================
|
||||
# If you need to override the default Bitwarden server settings in Skyvern
|
||||
# These will be automatically set by the Docker Compose, but you can override them here
|
||||
|
||||
# Maximum number of retries for Bitwarden operations
|
||||
# BITWARDEN_MAX_RETRIES=3
|
||||
|
||||
# Timeout in seconds for Bitwarden operations
|
||||
# BITWARDEN_TIMEOUT_SECONDS=60
|
||||
|
||||
Reference in New Issue
Block a user