Skip to content

Commit 3d14b78

Browse files
committed
Added .env.examples files
1 parent 3aa4fe6 commit 3d14b78

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ yarn-error.log*
3838
next-env.d.ts
3939

4040
.genkit/*
41-
.env*
41+
.env
4242

4343
# firebase
4444
firebase-debug.log
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Google GenAI Configuration
2+
GOOGLE_GENAI_USE_VERTEXAI=FALSE
3+
GOOGLE_API_KEY=your_google_api_key_here

frontend/.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

frontend/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ yarn-error.log*
3838
next-env.d.ts
3939

4040
.genkit/*
41-
.env*
41+
.env
4242

4343
# firebase
4444
firebase-debug.log

0 commit comments

Comments
 (0)