Initial commit: 浼佷笟寰俊 AI 鏈哄櫒浜哄姪鐞?MVP
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
29
.github-config.example
Normal file
29
.github-config.example
Normal file
@@ -0,0 +1,29 @@
|
||||
# GitHub 配置文件模板
|
||||
# 复制此文件为 .github-config(不提交到 Git)
|
||||
# 用途:本地开发和自动化脚本使用
|
||||
|
||||
# GitHub 用户名/组织
|
||||
GITHUB_USERNAME=bujie9527
|
||||
|
||||
# GitHub Personal Access Token
|
||||
# 获取方式:https://github.com/settings/tokens
|
||||
# 权限:repo, write:packages, read:packages
|
||||
# ⚠️ 警告:此 token 具有仓库访问权限,请妥善保管,不要提交到 Git!
|
||||
GITHUB_TOKEN=your_token_here
|
||||
|
||||
# GitHub 仓库名称(如果与项目名不同)
|
||||
GITHUB_REPO_NAME=wecom-ai-assistant
|
||||
|
||||
# GitHub 仓库完整 URL
|
||||
GITHUB_REPO_URL=https://github.com/bujie9527/wecom-ai-assistant.git
|
||||
|
||||
# 默认分支
|
||||
GITHUB_DEFAULT_BRANCH=main
|
||||
|
||||
# Container Registry 配置
|
||||
GHCR_REGISTRY=ghcr.io
|
||||
GHCR_IMAGE_PREFIX=bujie9527
|
||||
|
||||
# 镜像名称
|
||||
BACKEND_IMAGE_NAME=wecom-ai-backend
|
||||
ADMIN_IMAGE_NAME=wecom-ai-admin
|
||||
Reference in New Issue
Block a user