mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-30 03:00:40 +00:00
WIP
This commit is contained in:
parent
e06c3ee5d4
commit
68ead3414d
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ class Database {
|
||||||
}
|
}
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
dbConfig = {
|
dbConfig = {
|
||||||
//type: "sqlite",
|
type: "sqlite",
|
||||||
type: "embedded-mariadb",
|
//type: "embedded-mariadb",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue