diff --git a/env file example.txt b/env file example.txt new file mode 100644 index 0000000..3744f88 --- /dev/null +++ b/env file example.txt @@ -0,0 +1,8 @@ +DATABASE_URL="postgresql://TT@localhost:5432/ranked_eqao" +GOOGLE_CLIENT_ID="123654.apps.googleusercontent.com" +GOOGLE_CLIENT_SECRET="abcdef" +GOOGLE_CALLBACK_URL="http://localhost:3000/auth/google/callback" +JWT_SECRET="abcdef" +GEMINI_API_KEY="abcdef" +PORT=3000 +FRONTEND_URL="http://localhost:5173" \ No newline at end of file