astro-template/.env.example
Nicholai d384abea33 feat: add initial scaffolding, configuration, and documentation
- Create .gitignore, .env.example, README.md, LICENSE
- Add astro.config.mjs and template.config.json
- Scaffold .vscode extensions, launch, and settings
- Add CLAUDE.md with development commands and guidelines
- Include public assets, fonts, and media files
- Add src components, layouts, pages, and utils
- Add cursor rules and worktrees configuration
- Add package.json, pnpm-lock.yaml, and tsconfig.json
2025-12-27 04:37:55 -07:00

43 lines
1.0 KiB
Plaintext

# Environment Variables Template
# Copy this file to .env and fill in your actual values
# ====================
# Development
# ====================
# Node environment
NODE_ENV=development
# ====================
# Cloudflare (Optional)
# ====================
# Cloudflare API credentials for deployment
# Only needed if deploying via CLI instead of Git integration
# CLOUDFLARE_API_TOKEN=your_api_token_here
# CLOUDFLARE_ACCOUNT_ID=your_account_id_here
# ====================
# Contact Form (Optional)
# ====================
# If using a contact form service, add credentials here
# Example: Formspree, Web3Forms, etc.
# FORM_API_KEY=your_form_api_key_here
# FORM_ENDPOINT=https://api.formservice.com/submit
# ====================
# Analytics (Optional)
# ====================
# If using analytics services, add keys here
# PLAUSIBLE_DOMAIN=yoursite.com
# GA_MEASUREMENT_ID=G-XXXXXXXXXX
# ====================
# Other Services
# ====================
# Add any other API keys or service credentials your site needs
# EXAMPLE_API_KEY=your_key_here