mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:21:03 +08:00
demo mode
This commit is contained in:
@@ -55,7 +55,6 @@ const demoMode = args["demo"] || false;
|
||||
|
||||
if (demoMode) {
|
||||
console.log("==== Demo Mode ====");
|
||||
Database.templatePath = "./db/demo_kuma.db";
|
||||
}
|
||||
|
||||
// Data Directory (must be end with "/")
|
||||
|
Reference in New Issue
Block a user