config.js 286 B

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