Auto-sync from website-creator
This commit is contained in:
19
skills/website-creator/scripts/.env.example
Normal file
19
skills/website-creator/scripts/.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Website Configuration
|
||||
# Fill these after generating your website
|
||||
|
||||
# Umami Analytics (Optional - Self-hosted)
|
||||
# Get from: Your Umami dashboard → Settings → Websites
|
||||
UMAMI_WEBSITE_ID=
|
||||
UMAMI_DOMAIN=analytics.example.com
|
||||
|
||||
# Admin Dashboard
|
||||
# Change this before deploying to production!
|
||||
ADMIN_PASSWORD=changeme
|
||||
|
||||
# Database (Optional - for production with Turso)
|
||||
# ASTRO_DB_REMOTE_URL=libsql://your-db.turso.io
|
||||
# ASTRO_DB_APP_TOKEN=your-turso-token
|
||||
|
||||
# Site Configuration
|
||||
SITE_URL=https://your-domain.com
|
||||
SITE_NAME="Your Website Name"
|
||||
Reference in New Issue
Block a user