Set "require_login: false" for dev
This commit is contained in:
@@ -9,7 +9,7 @@ var config = {
|
|||||||
base_url: 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_root: "/",
|
||||||
enable_login: true,
|
enable_login: true,
|
||||||
require_login: true,
|
require_login: false,
|
||||||
enable_signup: true,
|
enable_signup: true,
|
||||||
enable_payments: false,
|
enable_payments: false,
|
||||||
enable_reservations: true,
|
enable_reservations: true,
|
||||||
@@ -18,5 +18,5 @@ var config = {
|
|||||||
enable_web_push: true,
|
enable_web_push: true,
|
||||||
billing_contact: "",
|
billing_contact: "",
|
||||||
web_push_public_key: "",
|
web_push_public_key: "",
|
||||||
disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login", "v1"],
|
disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login", "v1"]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user