完善案例库最终验证修正

This commit is contained in:
czj
2026-07-08 14:22:26 +08:00
parent cf74ad920c
commit fd1b792f2c
5 changed files with 37 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const reportDir =
process.env.GEO_SAMPLE_REPORT_DIR ??
join(repoRoot, "test-results", "geo-sample-flow", "manual");
const baseURL = process.env.GEO_SAMPLE_BASE_URL ?? "http://127.0.0.1:3000";
const apiAccessKey = process.env.API_ACCESS_KEY ?? "";
const apiAccessKey = process.env.API_ACCESS_KEY ?? "local-dev-key";
const timeoutMs = Number(process.env.GEO_SAMPLE_TIMEOUT_MS ?? "600000");
const filter = process.env.GEO_SAMPLE_FILTER;
const limit = Number(process.env.GEO_SAMPLE_LIMIT ?? "0");