ntfy/web/public/config.js

10 lines
289 B
JavaScript
Raw Normal View History

// 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 = {
2022-12-03 09:37:48 +13:00
appRoot: "/app",
disallowedTopics: ["docs", "static", "file", "app", "settings"]
};