1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-30 12:20:15 +01:00
This commit is contained in:
binwiederhier 2025-08-24 13:52:04 -04:00
parent 3de04b27ab
commit 4f6f45a9c0
2 changed files with 5 additions and 3 deletions

View file

@ -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,