-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (13 loc) · 802 Bytes
/
.env.example
File metadata and controls
16 lines (13 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# =============================================================================
# Environment Variables for Your Astro Site
# =============================================================================
# Copy this file to .env and fill in your values.
# Never commit .env to version control!
# =============================================================================
# -----------------------------------------------------------------------------
# Site Configuration
# -----------------------------------------------------------------------------
# Your production site URL (used for sitemap, canonical URLs)
# SITE_URL=https://your-site.com
# Note: WordPress API URL and access secret are configured directly in
# src/lib/wordpress.ts (auto-generated by PhantomWP when you connect a site).