-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 681 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 681 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
# Site Configuration
PUBLIC_SITE_URL=https://makerfriends.com
PUBLIC_SITE_NAME=MakerFriends
# Analytics (Optional)
PUBLIC_GA_ID=your-google-analytics-id
PUBLIC_GA_MEASUREMENT_ID=your-google-analytics-measurement-id
# Contact Information
PUBLIC_CONTACT_EMAIL=contact@makerfriends.com
PUBLIC_SUPPORT_EMAIL=support@makerfriends.com
# Social Media Links (Optional)
PUBLIC_TWITTER_URL=https://twitter.com/makerfriends
PUBLIC_GITHUB_URL=https://github.com/makerfriends
PUBLIC_LINKEDIN_URL=https://linkedin.com/company/makerfriends
# Feature Flags (Optional)
PUBLIC_ENABLE_ANALYTICS=false
PUBLIC_ENABLE_COMMENTS=false
PUBLIC_ENABLE_NEWSLETTER=true
# Development
NODE_ENV=development