From 2eb3b5d421ac958cbd5a1308d01d2bc929316904 Mon Sep 17 00:00:00 2001 From: Damjan Savic Date: Sun, 25 Jan 2026 06:28:56 +0100 Subject: [PATCH] auto-claude: subtask-1-1 - Create .env.example file with documented environme --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..0611672 --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +# Supabase Configuration +# Get these from your Supabase project settings: https://app.supabase.com +NEXT_PUBLIC_SUPABASE_URL=https://your-project-id.supabase.co +NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key-here + +# Analytics +# Google Analytics tracking ID (format: G-XXXXXXXXXX) +NEXT_PUBLIC_GA_TRACKING_ID=G-XXXXXXXXXX + +# Site Configuration +# The public URL where your site is hosted (e.g., https://damjan-savic.com) +NEXT_PUBLIC_SITE_URL=https://your-domain.com