# Database DATABASE_URL=postgresql+asyncpg://trustos:trustos_dev@postgres:5432/trustos SYNC_DATABASE_URL=postgresql://trustos:trustos_dev@postgres:5432/trustos # Auth SECRET_KEY=changeme-use-openssl-rand-hex-32-in-production ACCESS_TOKEN_EXPIRE_MINUTES=480 # AI OPENAI_API_KEY=sk-... ANTHROPIC_API_KEY=sk-ant-... AI_PROVIDER=openai # External APIs HIBP_API_KEY= NVD_API_KEY= # Storage STORAGE_PATH=/app/storage # Email (optional) SMTP_HOST= SMTP_PORT=587 SMTP_USER= SMTP_PASS=