-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (21 loc) · 1.17 KB
/
.env.example
File metadata and controls
23 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# EmailJS — emailjs.com → konto (darmowe: 200 emaili/mies.)
# 1. Dodaj Email Service (Gmail / Outlook / SMTP) → skopiuj Service ID
# 2. Utwórz Email Template z polami: from_name, from_email, phone, city, car
# → skopiuj Template ID
# 3. Account → API Keys → Public Key
VITE_EMAILJS_SERVICE_ID=service_xxxxxxx
VITE_EMAILJS_TEMPLATE_ID=template_xxxxxxx
VITE_EMAILJS_PUBLIC_KEY=your_public_key
# Monday CRM — kalendarz rezerwacji wizyt
# 1. Zaloguj sie do Monday.com → Apps → WorkForms lub Board → Calendar View
# 2. Utwórz formularz / widok kalendarza i kliknij "Share" → skopiuj publiczny link
# Przyklad formatu: https://forms.monday.com/forms/abc123...
# 3. Wklej skopiowany URL ponizej, a nastepnie odkomentuj przyciski CTA w:
# - src/components/sections/HeroSection.tsx
# - src/components/sections/ContactSection.tsx
VITE_MONDAY_BOOKING_URL=https://forms.monday.com/forms/your-form-id
# Google Analytics 4
# 1. Wejdź na analytics.google.com → utwórz konto / właściwość GA4
# 2. Admin → Strumień danych → dodaj strumień Web → wpisz URL strony
# 3. Skopiuj "Identyfikator pomiaru" (format: G-XXXXXXXXXX)
VITE_GA_MEASUREMENT_ID=G-XXXXXXXXXX