bitwarden serve service (#1895)

This commit is contained in:
Shuchang Zheng
2025-03-06 04:55:23 -08:00
committed by GitHub
parent 7b9fab05b8
commit da3d8dbbbb
2 changed files with 4 additions and 5 deletions

View File

@@ -157,6 +157,7 @@ class Settings(BaseSettings):
SKYVERN_AUTH_BITWARDEN_MASTER_PASSWORD: str | None = None
SKYVERN_AUTH_BITWARDEN_ORGANIZATION_ID: str | None = None
BITWARDEN_SERVER: str = "http://localhost"
BITWARDEN_SERVER_PORT: int = 8002
SVG_MAX_LENGTH: int = 100000