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