# DashCaddy API Environment Variables # Copy this file to .env and fill in your actual values # NEVER commit .env to git! # JWT Secret (auto-generated if not set) # JWT_SECRET=your-secret-key-here # Credential Storage # CREDENTIALS_FILE=./credentials.json # Docker Configuration # DOCKER_SOCKET=/var/run/docker.sock # Caddy Admin API # CADDY_ADMIN_URL=http://localhost:2019 # DNS Configuration (Technitium) # DNS_API_URL=http://localhost:5380 # DNS_TOKEN=your-dns-token-here # Port Configuration # PORT=3001 # Environment # NODE_ENV=production # Notification Providers (optional) # DISCORD_WEBHOOK_URL= # TELEGRAM_BOT_TOKEN= # TELEGRAM_CHAT_ID= # NTFY_SERVER_URL=https://ntfy.sh # NTFY_TOPIC= # Tailscale OAuth (optional) # TAILSCALE_CLIENT_ID= # TAILSCALE_CLIENT_SECRET=