Externalize test settings

This commit is contained in:
HoshinoKoji 2024-10-01 17:40:08 +08:00
parent 63656db542
commit 682ac67664

View File

@ -18,6 +18,8 @@ compatibility_flags = ["nodejs_compat"]
# - https://developers.cloudflare.com/workers/configuration/secrets/ # - https://developers.cloudflare.com/workers/configuration/secrets/
[vars] [vars]
KEY_PREFIX = "" KEY_PREFIX = ""
TEST_STUDY_ID = "test"
TEST_SUBJECT_ID = "test"
# Bind the Workers AI model catalog. Run machine learning models, powered by serverless GPUs, on Cloudflares global network # Bind the Workers AI model catalog. Run machine learning models, powered by serverless GPUs, on Cloudflares global network
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#workers-ai # Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#workers-ai