mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
Feat: Add database storage for TLS info
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ class Database {
|
||||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = './data/kuma.db';
|
||||
static latestVersion = 1;
|
||||
static latestVersion = 2;
|
||||
static noReject = true;
|
||||
|
||||
static async patch() {
|
||||
|
||||
Reference in New Issue
Block a user