fix(config): remove rdb config
This commit is contained in:
parent
085a3e4e10
commit
4265ab593e
4 changed files with 4 additions and 5 deletions
|
@ -34,4 +34,4 @@ users:
|
||||||
pwd: "Quicksh@re"
|
pwd: "Quicksh@re"
|
||||||
role: "user"
|
role: "user"
|
||||||
db:
|
db:
|
||||||
dbPath: "/quickshare/root/quickshare.db"
|
dbPath: "/quickshare/root/quickshare.sqlite"
|
||||||
|
|
|
@ -49,5 +49,4 @@ site:
|
||||||
position: "center"
|
position: "center"
|
||||||
align: "fixed"
|
align: "fixed"
|
||||||
db:
|
db:
|
||||||
dbPath: "tmp/quickshare.db"
|
dbPath: "tmp/quickshare.sqlite"
|
||||||
dbType: "rdb"
|
|
||||||
|
|
|
@ -13,4 +13,4 @@ server:
|
||||||
searchResultLimit: 16
|
searchResultLimit: 16
|
||||||
initFileIndex: true
|
initFileIndex: true
|
||||||
db:
|
db:
|
||||||
dbPath: "/quickshare/root/quickshare.db"
|
dbPath: "/quickshare/root/quickshare.sqlite"
|
||||||
|
|
|
@ -45,4 +45,4 @@ site:
|
||||||
position: "center"
|
position: "center"
|
||||||
align: "fixed"
|
align: "fixed"
|
||||||
db:
|
db:
|
||||||
dbPath: "/tmp/quickshare.db"
|
dbPath: "/tmp/quickshare.sqlite"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue