mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 21:38:37 +08:00
fix db path
This commit is contained in:
@@ -5,8 +5,8 @@ const { setSetting, setting } = require("./util-server");
|
||||
class Database {
|
||||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static dataDir = "./data/";
|
||||
static path = this.dataDir + "kuma.db";
|
||||
static dataDir;
|
||||
static path;
|
||||
static latestVersion = 8;
|
||||
static noReject = true;
|
||||
static sqliteInstance = null;
|
||||
|
Reference in New Issue
Block a user