Files
mintel.me/apps/web/.env.example
Marc Mintel 103d71851c
Some checks failed
🧪 CI (QA) / 🧪 Quality Assurance (push) Failing after 1m3s
chore: overhaul infrastructure and integrate @mintel packages
- Restructure to pnpm monorepo (site moved to apps/web)
- Integrate @mintel/tsconfig, @mintel/eslint-config, @mintel/husky-config
- Implement Docker service architecture (Varnish, Directus, Gatekeeper)
- Setup environment-aware Gitea Actions deployment
2026-02-05 14:18:51 +01:00

21 lines
574 B
Plaintext

# Hetzner Deployment Environment Variables
# Copy this file to .env and fill in your values
# Required Variables
DOMAIN=mintel.me
ADMIN_EMAIL=marc@mintel.me
# Optional Variables (with defaults)
REDIS_URL=redis://redis:6379
# Analytics Configuration
PLAUSIBLE_DOMAIN=mintel.me
PLAUSIBLE_SCRIPT_URL=https://plausible.yourdomain.com/js/script.js
# Woodpecker CI/CD Variables (for CI deployment)
# DEPLOY_HOST=your-hetzner-ip
# DEPLOY_USER=root
# SSH_PRIVATE_KEY=your-ssh-key
# Optional: Slack notifications
# SLACK_WEBHOOK=https://hooks.slack.com/services/YOUR/WEBHOOK/URL