Files
cobol-java-v3/.env.example
T

27 lines
1.4 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# COBOL → Java/Spark 迁移验证平台 v3 — 环境变量模板
# 复制本文件并按需设置: copy .env.example .env (或用 setx 持久化)
# ── DeepSeek API ─────────────────────────────────────────────
# 黑盒数据生成 / LLM 路径生成所需。也可写入
# black-box-data-create/config.json(该文件已被 gitignore,不会入库)
DEEPSEEK_API_KEY=
# DEEPSEEK_MODEL=deepseek-v4-flash
# DEEPSEEK_BASE_URL=https://api.deepseek.com/chat/completions
# DEEPSEEK_TIMEOUT=120
# DEEPSEEK_MAX_RETRIES=3
# DEEPSEEK_MAX_TOKENS=32768
# ── 外部测试数据目录(test-data/ 回归脚本、诊断脚本)──────────
# 未设置时自动推导为 %USERPROFILE%\Desktop\2026技术大赛\ 下同名目录
# COBOL_TNA_ROOT=D:\cobol-tna-system
# COBOL_BENCH_ROOT=D:\cobol-test-programs
# ── GnuCOBOL / gixsql 运行时 ────────────────────────────────
# 编译失败自愈回退用的库路径(hina/retry.py
# COB_GNUCOBOL_LIB=D:\GnuCOBOL\lib\gnucobol
# DB 管道 SQLite 存放目录(须为短 ASCII 路径,COBOL CONNECT TO 受72列限制)
# GIXSQL_DB_DIR=C:/Temp/gix
# ── jcl-cobol-data-createagent 模式联调用)─────────────────
# JCL_ROOT=D:\jcl-cobol-data-create