From c48c069b100fe994c22095b09a5002b401103d72 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 14 Sep 2025 22:09:50 -0400 Subject: [PATCH] add non-secret envs to wrangler.toml --- wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrangler.toml b/wrangler.toml index 6066b8e..a0442fc 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,3 +2,7 @@ name = "trainable-ai" compatibility_date = "2024-09-29" pages_build_output_dir = "./dist/cloudflare" compatibility_flags = [ "nodejs_compat" ] + +[vars] +MILVUS_ADDRESS = "in03-639fdba4bcde098.serverless.gcp-us-west1.cloud.zilliz.com" +MILVUS_USERNAME = "db_639fdba4bcde098" \ No newline at end of file