Files
crawl4ai/deploy/gcloud-function/config.yml
2025-03-10 18:57:14 +08:00

9 lines
234 B
YAML

project_id: PROJECT_ID
region: REGION_NAME
artifact_repo: ARTIFACT_REPO_NAME
function_name: FUNCTION_NAME
memory: "2048MB"
timeout: "540s"
local_image: "gcr.io/ARTIFACT_REPO_NAME/crawl4ai:latest"
test_query_url: "https://example.com"