forked from mirrors/ntfy
1
0
Fork 0

config.js

This commit is contained in:
binwiederhier 2023-05-18 13:19:46 -04:00
parent 25d3a66f91
commit 8ddfd2459d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// During web development, you may change values here for rapid testing.
var config = {
base_url: "http://127.0.0.1:2586", //window.location.origin, // Change to test against a different server
base_url: window.location.origin, // Change to test against a different server
app_root: "/app",
enable_login: true,
enable_signup: true,