Add app.REPLICA_DATABASE (#4289)
This commit is contained in:
committed by
GitHub
parent
e9f4632ff7
commit
a902fa7a6e
@@ -59,6 +59,7 @@ class Settings(BaseSettings):
|
||||
if platform.system() == "Windows"
|
||||
else "postgresql+psycopg://skyvern@localhost/skyvern"
|
||||
)
|
||||
DATABASE_REPLICA_STRING: str | None = None
|
||||
DATABASE_STATEMENT_TIMEOUT_MS: int = 60000
|
||||
DISABLE_CONNECTION_POOL: bool = False
|
||||
PROMPT_ACTION_HISTORY_WINDOW: int = 1
|
||||
|
||||
Reference in New Issue
Block a user