XinXiKuaiBaoYuan/django-backend/env_example

6 lines
173 B
Plaintext

DEBUG=True
SECRET_KEY=your-secret-key-here-change-in-production
DATABASE_URL=sqlite:///db.sqlite3
REDIS_URL=redis://localhost:6379/0
OPENAI_API_KEY=your-openai-api-key-here