Aviral3/risa_pa_tree
0
1# Copy to .env and fill in values. Never commit .env itself.2 3# Database4DATABASE_URL=postgresql+asyncpg://risa:risa@localhost:5432/pa_question_tree5 6# Auth7JWT_SECRET=replace-with-a-long-random-string-at-least-32-chars8ADMIN_KEY=replace-with-your-admin-key9 10# Anthropic (for screenshot fallback + portal classifier)11ANTHROPIC_API_KEY=sk-ant-...12 13# Email (optional — dev mode returns token directly)14SENDGRID_API_KEY=15APP_URL=http://localhost:300016 17# Environment18ENV=development19 