Unify logos (footer dark symbol), OG image URL, canonical phone/EIN in siteContent, and foundation copy in i18n, env example, and AI chat prompt. Co-authored-by: Cursor <cursoragent@cursor.com>
39 lines
1.0 KiB
Bash
39 lines
1.0 KiB
Bash
# Environment Variables Template
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Analytics
|
|
VITE_GA_MEASUREMENT_ID=G-XXXXXXXXXX
|
|
VITE_ANALYTICS_ENABLED=true
|
|
|
|
# Contact Information (canonical: src/content/siteContent.ts)
|
|
VITE_CONTACT_EMAIL=info@mim4u.org
|
|
VITE_PHONE_NUMBER=+18184916884
|
|
VITE_ADDRESS="Los Angeles County, California"
|
|
|
|
# Donation Processing
|
|
VITE_DONATION_ENDPOINT=
|
|
VITE_PAYPAL_CLIENT_ID=
|
|
VITE_STRIPE_PUBLISHABLE_KEY=
|
|
|
|
# Organization Details
|
|
VITE_EIN=33-4887159
|
|
VITE_ORG_NAME="Miracles in Motion Foundation"
|
|
VITE_ORG_DESCRIPTION="Restoring hope through compassion, community, and faith. Serving Los Angeles County."
|
|
|
|
# Social Media (canonical Instagram: siteContent SOCIAL)
|
|
VITE_INSTAGRAM_URL=https://www.instagram.com/miraclesinmotionfoundation
|
|
|
|
# API Endpoints (set when backend is deployed on mim4u.org)
|
|
VITE_API_BASE_URL=
|
|
VITE_VOLUNTEER_FORM_URL=
|
|
VITE_CONTACT_FORM_URL=
|
|
|
|
# Feature Flags
|
|
VITE_ENABLE_CHAT=false
|
|
VITE_ENABLE_NEWSLETTER=true
|
|
VITE_ENABLE_EVENTS=true
|
|
VITE_ENABLE_BLOG=false
|
|
|
|
# Optional chat API override
|
|
# VITE_CHAT_API_URL=
|