From 4265ab593ede2580fff0cccf4bf3d2da12d96c31 Mon Sep 17 00:00:00 2001 From: hexxa Date: Sat, 3 Sep 2022 23:31:57 +0800 Subject: [PATCH] fix(config): remove rdb config --- configs/demo.yml | 2 +- configs/dev.yml | 3 +-- configs/docker.yml | 2 +- configs/lan.yml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configs/demo.yml b/configs/demo.yml index ba097cb..4d97c5b 100644 --- a/configs/demo.yml +++ b/configs/demo.yml @@ -34,4 +34,4 @@ users: pwd: "Quicksh@re" role: "user" db: - dbPath: "/quickshare/root/quickshare.db" + dbPath: "/quickshare/root/quickshare.sqlite" diff --git a/configs/dev.yml b/configs/dev.yml index e7713f3..71432bc 100644 --- a/configs/dev.yml +++ b/configs/dev.yml @@ -49,5 +49,4 @@ site: position: "center" align: "fixed" db: - dbPath: "tmp/quickshare.db" - dbType: "rdb" \ No newline at end of file + dbPath: "tmp/quickshare.sqlite" diff --git a/configs/docker.yml b/configs/docker.yml index 906f8ae..378c212 100644 --- a/configs/docker.yml +++ b/configs/docker.yml @@ -13,4 +13,4 @@ server: searchResultLimit: 16 initFileIndex: true db: - dbPath: "/quickshare/root/quickshare.db" + dbPath: "/quickshare/root/quickshare.sqlite" diff --git a/configs/lan.yml b/configs/lan.yml index e2ac64b..448b25e 100644 --- a/configs/lan.yml +++ b/configs/lan.yml @@ -45,4 +45,4 @@ site: position: "center" align: "fixed" db: - dbPath: "/tmp/quickshare.db" + dbPath: "/tmp/quickshare.sqlite"