chore: stop tracking backend .env

This commit is contained in:
2026-03-18 22:00:10 +08:00
parent 939442e061
commit e21d58e603
4 changed files with 56 additions and 28 deletions

View File

@@ -0,0 +1,16 @@
# InfoGenie 环境变量配置示例
# 复制为 .env 并按需填写;不要把 .env 提交到仓库
# 邮件配置
MAIL_USERNAME=your_email@example.com
MAIL_PASSWORD=your_mail_password_or_app_token
# 数据库配置
MONGO_URI=mongodb://user:pass@127.0.0.1:27017/InfoGenie?authSource=admin
# 应用密钥
SECRET_KEY=change-me
# 环境配置
FLASK_ENV=development