Update front-end setup instructions (#452)

This commit is contained in:
Kerem Yilmaz
2024-06-10 07:39:11 -07:00
committed by GitHub
parent 037d86939f
commit c71fae01e9
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ class Settings(BaseSettings):
# Artifact storage settings
ARTIFACT_STORAGE_PATH: str = f"{SKYVERN_DIR}/artifacts"
GENERATE_PRESIGNED_URLS: bool = False
# S3 bucket settings
AWS_REGION: str = "us-east-1"