Skip to content

Commit 7a9cd67

Browse files
authored
Create .env.example
created this file for need
1 parent 863f942 commit 7a9cd67

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# GEMINI_API_KEY: Required for Gemini AI API calls.
2+
# This is a placeholder key.
3+
# AI Studio automatically injects this at runtime from user secrets.
4+
# Users configure this via the Secrets panel in the AI Studio UI.
5+
# IMPORTANT: Uncomment the line below if your app uses the Gemini API.
6+
# If left commented out, the key will NOT be packaged in the APK.
7+
# GEMINI_API_KEY=MY_GEMINI_API_KEY

0 commit comments

Comments
 (0)