File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
backend/EduAssistant_Agents Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ yarn-error.log*
3838next-env.d.ts
3939
4040.genkit /*
41- .env *
41+ .env
4242
4343# firebase
4444firebase-debug.log
Original file line number Diff line number Diff line change 1+ # Google GenAI Configuration
2+ GOOGLE_GENAI_USE_VERTEXAI = FALSE
3+ GOOGLE_API_KEY = your_google_api_key_here
Original file line number Diff line number Diff line change 1+ # Firebase Configuration
2+ NEXT_PUBLIC_FIREBASE_API_KEY = your_firebase_api_key
3+ NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN = your_firebase_auth_domain
4+ NEXT_PUBLIC_FIREBASE_PROJECT_ID = your_firebase_project_id
5+ NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET = your_firebase_storage_bucket
6+ NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID = your_firebase_messaging_sender_id
7+ NEXT_PUBLIC_FIREBASE_APP_ID = your_firebase_app_id
8+
9+ # Google Gemini API
10+ GEMINI_API_KEY = your_gemini_api_key
11+
12+ # Backend API URL
13+ NEXT_PUBLIC_AGENT_API_URL = your_backend_api_url
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ yarn-error.log*
3838next-env.d.ts
3939
4040.genkit /*
41- .env *
41+ .env
4242
4343# firebase
4444firebase-debug.log
You can’t perform that action at this time.
0 commit comments