19 lines
523 B
Bash
19 lines
523 B
Bash
# 数据库配置
|
|
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
|
|
REGISTRY_IMAGE=recipe_tool:latest
|
|
REPOSITORY_URL=https://git.hanhan.ltd/recipe_tool
|
|
|