fix: 迁移 Gitea URL localhost:3000 → git.zywl.me - Closes #90
更新所有工作流、脚本、Agent 指引中的 URL,重新生成 API token。 修复 git hooks 指向 Docker 路径。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ if [ -f "$_COMMON_DIR/.env" ]; then
|
||||
fi
|
||||
|
||||
# ── Default environment variables ──────────────────────────────────────────────
|
||||
export GITEA_URL="${GITEA_URL:-http://localhost:3000}"
|
||||
export GITEA_URL="${GITEA_URL:-https://git.zywl.me}"
|
||||
export GITEA_REPO="${GITEA_REPO:-pzhang_zywl/document_analyzer}"
|
||||
|
||||
# ── Validate required environment ──────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user