mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-11-30 12:20:15 +01:00
Checks
This commit is contained in:
parent
3de04b27ab
commit
4f6f45a9c0
2 changed files with 5 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
// During web development, you may change values here for rapid testing.
|
||||
|
||||
var config = {
|
||||
base_url: "http://localhost:8080", // window.location.origin, // Change to test against a different server
|
||||
base_url: window.location.origin, // Change to test against a different server
|
||||
app_root: "/",
|
||||
enable_login: true,
|
||||
require_login: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue