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