This commit is contained in:
15
site/.env.example
Normal file
15
site/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user