2026-04-28 20:32:34 +02:00
|
|
|
# GEMINI_API_KEY: Required for Gemini AI API calls.
|
|
|
|
|
# AI Studio automatically injects this at runtime from user secrets.
|
|
|
|
|
# Users configure this via the Secrets panel in the AI Studio UI.
|
|
|
|
|
GEMINI_API_KEY="MY_GEMINI_API_KEY"
|
|
|
|
|
|
|
|
|
|
# APP_URL: The URL where this applet is hosted.
|
|
|
|
|
# AI Studio automatically injects this at runtime with the Cloud Run service URL.
|
|
|
|
|
# Used for self-referential links, OAuth callbacks, and API endpoints.
|
|
|
|
|
APP_URL="MY_APP_URL"
|
2026-05-20 03:26:54 -07:00
|
|
|
|
|
|
|
|
# Twelve Data API
|
|
|
|
|
TWELVE_DATA_API_KEY=
|
|
|
|
|
|
|
|
|
|
# OneSignal Frontend Config
|
|
|
|
|
VITE_ONESIGNAL_APP_ID=
|
|
|
|
|
|
|
|
|
|
# OneSignal Backend Config
|
|
|
|
|
ONESIGNAL_APP_ID=
|
|
|
|
|
ONESIGNAL_REST_API_KEY=
|