【悟凡】真正意义上的净土重生:只保留核心逻辑

This commit is contained in:
2026-04-04 11:19:01 +08:00
commit 6f127936c1
47 changed files with 20847 additions and 0 deletions

12
backend/.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Django 配置
DEBUG=True
SECRET_KEY=your-secret-key-here-change-in-production
ALLOWED_HOSTS=localhost,127.0.0.1
# 数据库配置
DATABASE_URL=sqlite:///db.sqlite3
# 生产环境使用:
# DATABASE_URL=postgresql://user:pass@localhost:5432/meeting_room
# API 配置
API_BASE_URL=http://localhost:8000