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,