refactor: remove google auth

This commit is contained in:
Maze Winther
2025-07-15 12:35:08 +02:00
parent 0e83b6c15e
commit cb877769fb
7 changed files with 16 additions and 34 deletions
-4
View File
@@ -7,10 +7,6 @@ DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
NEXT_PUBLIC_BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_SECRET=your-secret-key-here
#Google Clients
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Development Environment
NODE_ENV=development