ntfy-emergency-app/env.example

21 lines
564 B
Text
Raw Permalink Normal View History

2025-10-17 19:35:19 +02:00
# Copy this file to .env and configure your values
2025-10-18 23:58:21 +02:00
# Required: The topic to send messages to
2025-10-18 23:44:50 +02:00
NTFY_TOPIC=emergency
2025-10-18 23:58:21 +02:00
# 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
2025-10-18 14:34:43 +02:00
PORT=3000
2025-10-18 18:13:47 +02:00
UI_MESSAGE=Send an emergency message
2025-10-16 12:08:18 +02:00
2025-10-17 19:35:19 +02:00
# Optional variables for Docker registry
# DOCKER_REGISTRY=your-registry.com
# DOCKER_USERNAME=your-username
2025-10-16 12:08:18 +02:00
# DOCKER_TAG=latest