mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 09:31:18 +01:00
9 lines
286 B
JavaScript
9 lines
286 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: "/",
|
|
disallowedTopics: ["docs", "static", "file", "app", "settings"]
|
|
};
|