21 lines
574 B
Plaintext
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 |