Spaces:
Sleeping
Sleeping
| # Gemini API (not used in demo, but structure for production) | |
| GEMINI_API_KEY=your_api_key_here | |
| # JWT Settings | |
| SECRET_KEY=demo-secret-key-change-in-production | |
| ALGORITHM=HS256 | |
| ACCESS_TOKEN_EXPIRE_MINUTES=30 |