第一版
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Vitals 环境变量配置
|
||||
|
||||
# 管理员账户(首次启动时自动创建)
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change_me_please
|
||||
|
||||
# JWT 密钥(请使用随机字符串,可用 openssl rand -hex 32 生成)
|
||||
JWT_SECRET=your_random_secret_key_here
|
||||
|
||||
# AI 食物识别(可选,二选一)
|
||||
# 阿里云通义千问
|
||||
DASHSCOPE_API_KEY=your_dashscope_api_key_here
|
||||
# DeepSeek
|
||||
DEEPSEEK_API_KEY=your_deepseek_api_key_here
|
||||
Reference in New Issue
Block a user