ntfy/web/public/config.js
2022-06-04 16:10:26 +00:00

8 lines
268 B
JavaScript

// Configuration injected by the ntfy server.
//
// This file is just an example. It is removed during the build process.
// The actual config is dynamically generated server-side.
var config = {
disallowedTopics: ["docs", "static", "file", "app", "settings"]
};