-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (36 loc) · 1.32 KB
/
.env.example
File metadata and controls
48 lines (36 loc) · 1.32 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
# Cloudflare Configuration
# Get these from your Cloudflare dashboard
# Required: Your Cloudflare API Token
# Create at: https://dash.cloudflare.com/profile/api-tokens
# Permissions needed: Zone:Zone:Read, Zone:Page Rules:Edit, Account:Cloudflare Pages:Edit
CLOUDFLARE_API_TOKEN=your_api_token_here
# Required: Your Cloudflare Account ID
# Find at: https://dash.cloudflare.com/ (right sidebar)
CLOUDFLARE_ACCOUNT_ID=your_account_id_here
# Optional: Custom domain for production
# PRODUCTION_DOMAIN=docs.yourdomain.com
# Optional: Custom domain for staging
# STAGING_DOMAIN=staging-docs.yourdomain.com
# Build Configuration
# Input directory containing your Markdown files
INPUT_DIR=test_input
# Output directory for generated HTML files
OUTPUT_DIR=dist
# Skip tests during deployment (for faster deployments)
SKIP_TESTS=false
# Deploy Cloudflare Worker along with Pages
DEPLOY_WORKER=true
# Development Configuration
# Port for local development server
DEV_PORT=3000
# Enable file watching in development
WATCH_FILES=true
# Analytics and Monitoring (Optional)
# ANALYTICS_TOKEN=your_analytics_token
# ERROR_REPORTING_DSN=your_error_reporting_dsn
# Email notifications for feedback (Optional)
# FEEDBACK_EMAIL=feedback@yourdomain.com
# SMTP_HOST=smtp.yourdomain.com
# SMTP_PORT=587
# SMTP_USER=your_smtp_user
# SMTP_PASS=your_smtp_password