Initial API scaffold: Elysia + Bun + Drizzle + BetterAuth + LangChain
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user