File size: 595 Bytes
310260a b705d51 310260a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Database Configuration
DATABASE_URL=postgresql://neondb_owner:npg_E1weFcD5YCsp@ep-wandering-waterfall-ai9cg8eu-pooler.c-4.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require
# JWT Configuration
JWT_SECRET=c93afeb6710d2845
JWT_ALGORITHM=HS256
JWT_EXPIRATION_HOURS=168
# Better Auth Secret (must match frontend)
BETTER_AUTH_SECRET=3gHSWlEDitVGXMw9B9d1YcXriLhyxltr
# CORS Configuration
CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000,https://bilal-taskflow-fullstack.vercel.app,https://bilalcode-taskflow.hf.space
# Environment
ENVIRONMENT=development
DEBUG=true
|