add SKYVERN_APP_URL and a link to the run response (#2316)
This commit is contained in:
@@ -257,6 +257,7 @@ class Settings(BaseSettings):
|
||||
|
||||
TASK_BLOCKED_SITE_FALLBACK_URL: str = "https://www.google.com"
|
||||
|
||||
SKYVERN_APP_URL: str = "http://localhost:8080"
|
||||
# SkyvernClient Settings
|
||||
SKYVERN_BASE_URL: str = "https://api.skyvern.com"
|
||||
SKYVERN_API_KEY: str = "PLACEHOLDER"
|
||||
|
||||
Reference in New Issue
Block a user