fix:更新版本号,修复配置文件
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# 数据库配置
|
||||
DB_HOST=100.66.1.4
|
||||
DB_PORT=3306
|
||||
DB_USER=root
|
||||
DB_PASSWORD=sc666666
|
||||
DB_NAME=recipe_tools
|
||||
|
||||
# AI 翻译配置
|
||||
AI_API_KEY=6a81b361620a44fd86aa3c8fcd833800.PjPyiU8kSzCTviYa
|
||||
AI_BASE_URL=https://open.bigmodel.cn/api/paas/v4/
|
||||
AI_MODEL=GLM-4.7-Flash
|
||||
|
||||
# 版本更新配置
|
||||
# 在 OneDev 中创建 Access Token (Settings → Access Tokens → New Token, scope: Read code)
|
||||
ONEDEV_ACCESS_TOKEN=Gtn1krR7tmv4x2c7xLupvW6OqgwWbmanpKonknpQ
|
||||
@@ -31,9 +31,6 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user