mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
add demo db
This commit is contained in:
parent
b1647a310e
commit
60f2f08cea
|
@ -55,7 +55,7 @@ const demoMode = args["demo"] || false;
|
|||
|
||||
if (demoMode) {
|
||||
console.log("==== Demo Mode ====");
|
||||
Database.templatePath = "./demo_kuma.db";
|
||||
Database.templatePath = "./db/demo_kuma.db";
|
||||
}
|
||||
|
||||
// Data Directory (must be end with "/")
|
||||
|
|
Loading…
Reference in a new issue