chore: stop tracking backend .env
This commit is contained in:
16
InfoGenie-backend/.env.example
Normal file
16
InfoGenie-backend/.env.example
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user