# Required configuration
NTFY_TOPIC=your-topic-name # The ntfy topic name to push notifications to (REQUIRED)
# Server configuration (optional)
NTFY_URL=https://ntfy.sh # Base URL of the ntfy server (default: https://ntfy.sh)
# Include port if needed, e.g., https://your-ntfy-server.com:8443
NTFY_TOKEN= # Authentication token for protected topics/servers
PROTECTED_TOPIC=false # Set to "true" if your topic requires authentication (default: false)