fix(config): remove rdb config

This commit is contained in:
hexxa 2022-09-03 23:31:57 +08:00 committed by Hexxa
parent 085a3e4e10
commit 4265ab593e
4 changed files with 4 additions and 5 deletions

View file

@ -34,4 +34,4 @@ users:
pwd: "Quicksh@re"
role: "user"
db:
dbPath: "/quickshare/root/quickshare.db"
dbPath: "/quickshare/root/quickshare.sqlite"

View file

@ -49,5 +49,4 @@ site:
position: "center"
align: "fixed"
db:
dbPath: "tmp/quickshare.db"
dbType: "rdb"
dbPath: "tmp/quickshare.sqlite"

View file

@ -13,4 +13,4 @@ server:
searchResultLimit: 16
initFileIndex: true
db:
dbPath: "/quickshare/root/quickshare.db"
dbPath: "/quickshare/root/quickshare.sqlite"

View file

@ -45,4 +45,4 @@ site:
position: "center"
align: "fixed"
db:
dbPath: "/tmp/quickshare.db"
dbPath: "/tmp/quickshare.sqlite"