chore(env): update Next Auth vars to Better Auth
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user