gots-notify/.env.example

12 lines
350 B
Text
Raw Permalink Normal View History

2025-07-01 20:28:36 +02:00
# GoToSocial Konfiguration
GOTOSOCIAL_URL=https://your.gotosocial.instance
GOTOSOCIAL_TOKEN=your_gotosocial_token
# ntfy Konfiguration
NTFY_SERVER=https://your.ntfy.server
NTFY_TOKEN=your_ntfy_token # Optional für authentifizierte Server
NTFY_TOPIC=your_topic_name # Benutzerdefiniertes Topic
# Abfrageintervall (z.B. 30s, 5m)
POLL_INTERVAL=30s