Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Agentic-Professor/backend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Server Configuration
PORT=3000
CORS_ORIGIN=http://localhost:3001
MAX_REQUEST_SIZE=10mb

# OpenAI API Configuration
OPENAI_API_KEY=your-openai-api-key
OPENAI_MODEL=your-preferred-model

# Other Environment Variables (Add as needed)
# DATABASE_URL="postgresql://postgres:postgres@localhost:5432/ai_professor"