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