chore(env): update Next Auth vars to Better Auth

This commit is contained in:
3raphat
2025-06-23 15:51:49 +07:00
parent 084ec47249
commit befec3131b

View File

@ -3,9 +3,9 @@
DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
# Next.js Configuration
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-secret-key-here
# Better Auth
BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_SECRET=your-secret-key-here
# Development Environment
NODE_ENV=development