CoolFace
Apppublic

Zarmain/ai-todo-app

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
.env.example14 linesDownload Raw Back to root
1# Neon PostgreSQL Configuration2DATABASE_URL=postgresql://user:password@ep-example.aws.neon.tech/neondb?sslmode=require3 4# JWT Configuration (shared with frontend)5JWT_SECRET_KEY=your-super-secret-jwt-key-change-in-production6JWT_ALGORITHM=HS2567 8# Better Auth Configuration (frontend)9BETTER_AUTH_SECRET=your-better-auth-secret-change-in-production10BETTER_AUTH_URL=http://localhost:300011 12# Backend Configuration13BACKEND_URL=http://localhost:800014