.env.example 445 B

123456789
  1. # GEMINI_API_KEY: Required for Gemini AI API calls.
  2. # AI Studio automatically injects this at runtime from user secrets.
  3. # Users configure this via the Secrets panel in the AI Studio UI.
  4. GEMINI_API_KEY="MY_GEMINI_API_KEY"
  5. # APP_URL: The URL where this applet is hosted.
  6. # AI Studio automatically injects this at runtime with the Cloud Run service URL.
  7. # Used for self-referential links, OAuth callbacks, and API endpoints.
  8. APP_URL="MY_APP_URL"