Add env file example.txt

This commit is contained in:
2026-07-11 19:58:37 +00:00
parent 7e855b943f
commit a4590bb64a
+8
View File
@@ -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"