ntfy/web/public/config.js
Philipp Heckel 2772a38dae WIPWIPWIP
2022-12-02 15:37:48 -05:00

10 lines
289 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 = {
appRoot: "/app",
disallowedTopics: ["docs", "static", "file", "app", "settings"]
};