config.yml 804 B

12345678910111213141516171819202122232425
  1. # ntfy config file
  2. # Listen address for the HTTP web server
  3. # Format: <hostname>:<port>
  4. #
  5. # listen-http: ":80"
  6. # If set, also publish messages to a Firebase Cloud Messaging (FCM) topic for your app.
  7. # This is optional and only required to support Android apps (which don't allow background services anymore).
  8. #
  9. # firebase-key-file: <filename>
  10. # Duration for which messages will be buffered before they are deleted.
  11. # This is required to support the "since=..." and "poll=1" parameter.
  12. #
  13. # message-buffer-duration: 12h
  14. # Interval in which keepalive messages are sent to the client. This is to prevent
  15. # intermediaries closing the connection for inactivity.
  16. #
  17. # keepalive-interval: 30s
  18. # Interval in which the manager prunes old messages, deletes topics and prints the stats.
  19. #
  20. # manager-interval: 1m