Merge pull request #4 from 3raphat/update-env

chore(env): update Next Auth vars to Better Auth
This commit is contained in:
iza
2025-06-23 13:03:05 +03:00
committed by GitHub

View File

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