-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (41 loc) · 1.64 KB
/
.env.example
File metadata and controls
50 lines (41 loc) · 1.64 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
45
46
47
48
49
50
# Application Settings (Required)
APP_NAME=Your Company Name
APP_DOMAIN=your-domain.com
SITE_URL=https://your-domain.com
ADMIN_EMAIL=your-email@example.com
COMPANY_TAGLINE=Your Compelling Tagline
# Contact Form Settings (Optional)
CONTACT_FORM_ENABLED=true # Set to false to disable
CONTACT_FORM_NOTIFY_EMAIL=your-email@example.com
# Waitlist Settings (Optional)
WAITLIST_ENABLED=true # Set to false to disable
WAITLIST_NOTIFY_EMAIL=your-email@example.com
# Email Notifications via Postmark (Optional)
POSTMARK_API_KEY=your_postmark_api_key_here # Leave empty to disable email notifications
POSTMARK_FROM=no-reply@your-domain.com
POSTMARK_TO=support@your-domain.com
# Analytics (Optional)
GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX # Leave empty to disable analytics
ANALYTICS_DOMAINS=https://www.googletagmanager.com https://www.google-analytics.com
# Social Media Links (Optional)
# Omit or leave empty to hide the corresponding social media icons
GITHUB_URL=https://github.com/your-company
LINKEDIN_URL=https://linkedin.com/company/your-company
TWITTER_URL=https://twitter.com/your_company
FACEBOOK_URL=https://facebook.com/your-company
INSTAGRAM_URL=https://instagram.com/your_company
# Feature Flags (Optional)
ENABLE_NAVBAR=true # Set to false to hide the full navigation bar but still show the logo/brand
# Pricing (in USD, Optional)
# Set to "FREE" to display a free tier
# Leave empty or omit to display "Contact Us" instead of a price
PRICE_BASIC=9
PRICE_PRO=29
PRICE_ENTERPRISE=99
# Pricing Tier Names (Optional)
BASIC_TIER_NAME=Basic
PRO_TIER_NAME=Pro
ENTERPRISE_TIER_NAME=Enterprise
# Deployment (Optional)
MAINTAINER=Your Name
CREATOR=Your Company Name