# Auberge CLI Configuration (Optional)
# Only needed if using CLI DNS commands (not required for Ansible)
# Copy this file to config.toml and customize with your values
# config.toml is gitignored and will not be committed
#
# NOTE: For Ansible deployments, all config is in mise.toml [env] section
[]
# Your domain name (e.g., example.com)
= "example.com"
# Default TTL for DNS records in seconds
= 300
[]
# Optional: Your Cloudflare zone ID for improved performance
# If omitted, zone will be auto-discovered from domain
# zone_id = "your-zone-id-here"