2022-03-10 04:28:55 +00:00
|
|
|
// 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-02 20:37:48 +00:00
|
|
|
appRoot: "/app",
|
2022-03-10 04:28:55 +00:00
|
|
|
disallowedTopics: ["docs", "static", "file", "app", "settings"]
|
|
|
|
};
|