1 2 3 4 5 6 7 8 9 10 11# Database DATABASE_URL=postgresql://user:password@localhost:5432/better_auth_test # Better Auth BETTER_AUTH_SECRET=your-secret-key-here-min-32-chars VITE_BASE_URL=http://localhost:3000 # Google OAuth GOOGLE_CLIENT_ID=your-google-client-id GOOGLE_CLIENT_SECRET=your-google-client-secret