2022-03-09 23:28:55 -05: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 15:37:48 -05:00
|
|
|
appRoot: "/app",
|
2022-03-09 23:28:55 -05:00
|
|
|
disallowedTopics: ["docs", "static", "file", "app", "settings"]
|
|
|
|
};
|