# Database DATABASE_URL=postgresql://athena:athena_password@localhost:5432/athena_db # Redis / Celery REDIS_URL=redis://localhost:6379/0 # Vector DB QDRANT_URL=http://localhost:6333 # API Keys (Placeholders) OPENAI_API_KEY=your_key_here SEMANTIC_SCHOLAR_API_KEY=your_key_here CROSSREF_EMAIL=your_email@example.com # JWT (used for optional per-item auth) JWT_SECRET=change-me-in-production # Swagger / ReDoc auth — set DOCS_PASSWORD to enable Basic Auth on /docs and /redoc # Leave DOCS_PASSWORD empty (or unset) to disable the docs entirely in production DOCS_ENABLED=true DOCS_USERNAME=athena DOCS_PASSWORD=