Spaces:
Sleeping
Sleeping
| # Database - Neon PostgreSQL connection string | |
| DATABASE_URL=postgresql://neondb_owner:npg_olSU4n3LPjZX@ep-blue-dawn-adgrzjmt-pooler.c-2.us-east-1.aws.neon.tech/neondb?sslmode=require | |
| # Better-Auth Configuration | |
| BETTER_AUTH_SECRET=your-32-character-or-longer-secret-key-here | |
| BETTER_AUTH_URL=http://localhost:3001 | |
| # Frontend URL (for CORS) | |
| FRONTEND_URL=http://localhost:3000 | |
| # Environment | |
| NODE_ENV=development | |
| # Server Port | |
| PORT=3001 | |