mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
demo mode
This commit is contained in:
parent
60f2f08cea
commit
e31be8caf5
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ const demoMode = args["demo"] || false;
|
||||||
|
|
||||||
if (demoMode) {
|
if (demoMode) {
|
||||||
console.log("==== Demo Mode ====");
|
console.log("==== Demo Mode ====");
|
||||||
Database.templatePath = "./db/demo_kuma.db";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Data Directory (must be end with "/")
|
// Data Directory (must be end with "/")
|
||||||
|
|
Loading…
Reference in a new issue