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"
|
||||
role: "user"
|
||||
db:
|
||||
dbPath: "/quickshare/root/quickshare.db"
|
||||
dbPath: "/quickshare/root/quickshare.sqlite"
|
||||
|
|
|
@ -49,5 +49,4 @@ site:
|
|||
position: "center"
|
||||
align: "fixed"
|
||||
db:
|
||||
dbPath: "tmp/quickshare.db"
|
||||
dbType: "rdb"
|
||||
dbPath: "tmp/quickshare.sqlite"
|
||||
|
|
|
@ -13,4 +13,4 @@ server:
|
|||
searchResultLimit: 16
|
||||
initFileIndex: true
|
||||
db:
|
||||
dbPath: "/quickshare/root/quickshare.db"
|
||||
dbPath: "/quickshare/root/quickshare.sqlite"
|
||||
|
|
|
@ -45,4 +45,4 @@ site:
|
|||
position: "center"
|
||||
align: "fixed"
|
||||
db:
|
||||
dbPath: "/tmp/quickshare.db"
|
||||
dbPath: "/tmp/quickshare.sqlite"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue