22 lines
876 B
Plaintext
22 lines
876 B
Plaintext
# Public site base URL used for canonical URLs (no trailing slash)
|
|
PUBLIC_SITE_URL=https://example.com
|
|
|
|
# Umami (optional). If not set, analytics is disabled.
|
|
PUBLIC_UMAMI_SCRIPT_URL=https://analytics.example.com/script.js
|
|
PUBLIC_UMAMI_WEBSITE_ID=00000000-0000-0000-0000-000000000000
|
|
|
|
# Content ingestion configuration (used by scripts)
|
|
YOUTUBE_CHANNEL_ID=UCxxxxxxxxxxxxxxxxxxxxxx
|
|
YOUTUBE_API_KEY=
|
|
PODCAST_RSS_URL=https://example.com/podcast.rss
|
|
|
|
# Instagram embed-first list (JSON file containing {"postUrls":[...]})
|
|
INSTAGRAM_POST_URLS_FILE=content/instagram-posts.json
|
|
|
|
# WordPress (optional; used by scripts/fetch-content.ts to build the /blog section)
|
|
# Example: https://your-site.com (no trailing slash)
|
|
WORDPRESS_BASE_URL=
|
|
# Optional credentials (prefer an Application Password). Leave blank if your WP endpoints are public.
|
|
WORDPRESS_USERNAME=
|
|
WORDPRESS_APP_PASSWORD=
|