From 5a61e6731cf63cb7bdb66ab19b642bf8c335ae21 Mon Sep 17 00:00:00 2001 From: markfulton Date: Mon, 1 Sep 2025 13:25:37 +0700 Subject: [PATCH] Create .env.example --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4f7128f --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Gemini API Configuration +VITE_GEMINI_API_KEY= + +# Note: In production, API calls should go through a backend proxy +# This is for development and demonstration purposes only