fix(config): add db config
This commit is contained in:
parent
48a239bef2
commit
4dcb487c85
4 changed files with 8 additions and 0 deletions
|
@ -46,3 +46,5 @@ site:
|
||||||
repeat: "repeat"
|
repeat: "repeat"
|
||||||
position: "center"
|
position: "center"
|
||||||
align: "fixed"
|
align: "fixed"
|
||||||
|
db:
|
||||||
|
dbPath: "/quickshare/root/quickshare.db"
|
|
@ -46,3 +46,5 @@ site:
|
||||||
repeat: "repeat"
|
repeat: "repeat"
|
||||||
position: "center"
|
position: "center"
|
||||||
align: "fixed"
|
align: "fixed"
|
||||||
|
db:
|
||||||
|
dbPath: "tmp/quickshare.db"
|
||||||
|
|
|
@ -43,3 +43,5 @@ site:
|
||||||
repeat: "repeat"
|
repeat: "repeat"
|
||||||
position: "center"
|
position: "center"
|
||||||
align: "fixed"
|
align: "fixed"
|
||||||
|
db:
|
||||||
|
dbPath: "/quickshare/root/quickshare.db"
|
|
@ -42,3 +42,5 @@ site:
|
||||||
repeat: "repeat"
|
repeat: "repeat"
|
||||||
position: "center"
|
position: "center"
|
||||||
align: "fixed"
|
align: "fixed"
|
||||||
|
db:
|
||||||
|
dbPath: "/tmp/quickshare.db"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue