Externalize test settings
This commit is contained in:
parent
63656db542
commit
682ac67664
@ -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 Cloudflare’s global network
|
# Bind the Workers AI model catalog. Run machine learning models, powered by serverless GPUs, on Cloudflare’s global network
|
||||||
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#workers-ai
|
# Docs: https://developers.cloudflare.com/workers/wrangler/configuration/#workers-ai
|
||||||
|
Loading…
Reference in New Issue
Block a user