6 lines
166 B
Bash
6 lines
166 B
Bash
# GEMINI_API_KEY: Required for Gemini AI API calls.
|
|
GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
|
|
|
|
# APP_URL: The URL where this application is hosted.
|
|
APP_URL="YOUR_APP_URL"
|