mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 14:30:58 -04:00
fix db path
This commit is contained in:
parent
b604807cfe
commit
6e3e2fc85c
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue