mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-11-28 11:22:10 +01:00
Require login
This commit is contained in:
parent
f2f146e39b
commit
569d89e8f8
4 changed files with 28 additions and 15 deletions
|
|
@ -6,9 +6,10 @@
|
|||
// During web development, you may change values here for rapid testing.
|
||||
|
||||
var config = {
|
||||
base_url: window.location.origin, // Change to test against a different server
|
||||
base_url: "http://localhost:8080", // window.location.origin, // Change to test against a different server
|
||||
app_root: "/",
|
||||
enable_login: true,
|
||||
require_login: true,
|
||||
enable_signup: true,
|
||||
enable_payments: false,
|
||||
enable_reservations: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue