-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
29 lines (24 loc) · 1017 Bytes
/
Copy pathenv.example
File metadata and controls
29 lines (24 loc) · 1017 Bytes
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
# Local Government Website Configuration
# Copy this file to .env.local and update with your government's information
# Government Information
VITE_GOVERNMENT_NAME="Your City/Municipality Name"
VITE_GOVERNMENT_TYPE="City" # or "Municipality"
VITE_REGION="Region VII"
VITE_PROVINCE="Cebu"
# Website Information
VITE_WEBSITE_URL="https://your-website.gov.ph"
VITE_CONTACT_EMAIL="info@your-website.gov.ph"
VITE_CONTACT_PHONE="(032) 123-4567"
# Social Media (Optional)
VITE_FACEBOOK_URL="https://facebook.com/your-government"
VITE_TWITTER_URL="https://twitter.com/your-government"
VITE_INSTAGRAM_URL="https://instagram.com/your-government"
VITE_YOUTUBE_URL="https://youtube.com/your-government"
# SEO
VITE_SITE_DESCRIPTION="Official website of Your City/Municipality"
VITE_SITE_KEYWORDS="government, local government, services, your city"
VITE_OG_IMAGE_URL="https://your-website.gov.ph/og-image.jpg"
VITE_TWITTER_HANDLE="@your-government"
# Analytics (Optional)
VITE_GOOGLE_ANALYTICS_ID=""
VITE_FACEBOOK_PIXEL_ID=""