# Copy this file to .env and configure your values # Required: The topic to send messages to NTFY_TOPIC=emergency # Optional: ntfy server URL (defaults to public instance https://ntfy.sh) # NTFY_URL=https://your-ntfy-server.com # Optional: Authentication (only needed for private ntfy servers) # NTFY_USER=your-username # NTFY_PASSWORD=your-password # Optional: Server configuration PORT=3000 UI_MESSAGE=Send an emergency message # Optional variables for Docker registry # DOCKER_REGISTRY=your-registry.com # DOCKER_USERNAME=your-username # DOCKER_TAG=latest