# ────────────────────────────────────────────────────────────── # Pantheon — Environment Configuration (development) # ────────────────────────────────────────────────────────────── # Copy this file to .env and adjust values as needed. # $ cp .env.example .env # ────────────────────────────────────────────────────────────── # PostgreSQL connection string (async with asyncpg) DATABASE_URL=postgresql+asyncpg://pantheon:pantheon_dev@localhost:5432/pantheon # Python module search path PYTHONPATH=/app # Application log level (DEBUG | INFO | WARNING | ERROR) LOG_LEVEL=INFO