Files
InfoGenie/InfoGenie-backend/.env.example

17 lines
370 B
Plaintext

# 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