18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
# Database
|
|
DATABASE_URL=postgresql://postgres:password@localhost:5432/networkapp
|
|
|
|
# Server
|
|
PORT=3000
|
|
APP_URL=http://localhost:3000
|
|
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
|
|
|
|
# BetterAuth
|
|
BETTER_AUTH_SECRET=your-secret-key-here-min-32-chars
|
|
|
|
# AI (LangChain)
|
|
ANTHROPIC_API_KEY=your-anthropic-api-key
|
|
|
|
# Email (Resend)
|
|
RESEND_API_KEY=your-resend-api-key
|
|
DEFAULT_FROM_EMAIL=onboarding@resend.dev
|