-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
44 lines (39 loc) · 2.04 KB
/
Copy path.env
File metadata and controls
44 lines (39 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# --- API ---
# VITE_BACKEND_URL=http://localhost:4001/api/v1
VITE_BACKEND_URL=https://course-backend-xwu2.onrender.com/api/v1
# --- Site ---
VITE_SITE_URL=https://programmingwithmudit.com
VITE_SITE_NAME=Programming With Mudit
VITE_SITE_DESCRIPTION=Learn coding with structured courses and notes. Preview, pay securely, and access purchases anytime.
# --- Features ---
VITE_COURSES_COMING_SOON=true
VITE_CHATBOT_ENABLED=true
VITE_TUTOR_ENABLED=true
# --- EmailJS (Contact / Services form) ---
VITE_EMAILJS_SERVICE_ID=service_tqxz5z7
VITE_EMAILJS_TEMPLATE_ID=template_rt1f0ha
VITE_EMAILJS_PUBLIC_KEY=dOIG8F0m1DOefyRFp
# --- Social / contact links ---
VITE_TELEGRAM_URL=https://t.me/programmingwithmudit
VITE_WHATSAPP_URL=https://wa.me/919149099945
VITE_GITHUB_URL=https://github.com/programmingwithmudit
VITE_LINKEDIN_URL=https://www.linkedin.com/
VITE_DEVTO_URL=https://dev.to/
VITE_MEDIUM_URL=https://medium.com/
VITE_TWITTER_URL=https://x.com/
VITE_INSTAGRAM_URL=https://www.instagram.com/
VITE_FACEBOOK_URL=https://www.facebook.com/
# --- Chatbot widget ---
VITE_CHATBOT_API_URL=
VITE_CHATBOT_TITLE=Programming With Mudit Assistant
VITE_CHATBOT_SUBTITLE=Ask about courses, notes, payments and services
VITE_CHATBOT_PLACEHOLDER=e.g. How do I access notes after purchase?
VITE_CHATBOT_WELCOME_MESSAGE=Hi! I can answer questions about this website — courses, notes, purchases, and services. What would you like to know?
VITE_CHATBOT_TEASER_TEXT=Ask our AI assistant
VITE_CHATBOT_MAX_HISTORY_TURNS=8
VITE_CHATBOT_SCROLL_THRESHOLD=80
VITE_CHATBOT_USE_STREAMING=true
# --- AI tutor UI ---
VITE_TUTOR_WELCOME_MESSAGE=Hi! I'm your AI tutor for this course. Ask me to explain topics, summarize a lecture, debug code, or generate practice questions.
VITE_TUTOR_COURSE_SUGGESTED_PROMPTS=["Explain Kubernetes pods again","Summarize lecture 4","Generate 3 practice questions on Deployments"]
VITE_TUTOR_NOTE_SUGGESTED_PROMPTS=["Summarize section 1 in simple words","Give me 5 revision questions","Explain two-pointer technique with an example","What should I revise before an interview?"]